[ http://jira.activemq.org/jira//browse/SM-288?page=all ]
Bruce Snyder updated SM-288: ---------------------------- Description: At around 700 concurrent users we are running out of threads: 2006-01-24 14:23:03,342 WARN - SocketListener.isOutOfResources(383) | OUT OF THREADS: [EMAIL PROTECTED]:14000 This error comes from Jetty because the max number of threads is 256. There is a setter method on the Jetty SocketListener to set the max number of threads and it should be exposed in the HttpConnector, the HttpSoapConnector, the ServerManager and the JettyServer classes. was: At around 700 concurrent users we are running out of threads: 2006-01-24 14:23:03,342 WARN - SocketListener.isOutOfResources(383) | OUT OF THREADS: [EMAIL PROTECTED]:14000 This error comes from Jetty because the max number of threads is 256. There is a setter method on the Jetty SocketListener to set the max number of threads and it should be exposed in the HttpConnector, the HttpSoapConnector, the ServerManager and the JettyServer classes. Fix Version: (was: 3.0-M2) 3.0-M1 > Expose Jetty's SocketListener.setMaxThreads() method > ------------------------------------------------------ > > Key: SM-288 > URL: http://jira.activemq.org/jira//browse/SM-288 > Project: ServiceMix > Type: Improvement > Components: servicemix-components > Reporter: Bruce Snyder > Assignee: Bruce Snyder > Fix For: 3.0-M1 > > > At around 700 concurrent users we are running out of threads: > 2006-01-24 14:23:03,342 WARN - SocketListener.isOutOfResources(383) | OUT OF > THREADS: [EMAIL PROTECTED]:14000 > This error comes from Jetty because the max number of threads is 256. There > is a setter method on the Jetty SocketListener to set the max number of > threads and it should be exposed in the HttpConnector, the HttpSoapConnector, > the ServerManager and the JettyServer classes. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.activemq.org/jira//secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira