You can control the thread pool size in the conf/servicemix.properties configuration file. Just increase the number of core threads to a bigger number should work much better.
On Thu, Jul 24, 2008 at 3:49 PM, pratibhaG <[EMAIL PROTECTED]> wrote: > > I am testing a synchronous request on servicemix. > When 4 users hit it simultaneously it fails. It does not give any response > back to any user. > But when 3 users hit simultaneously, it works fine. Even If 3 users hit > repeatedly it works fine. > > This I get at servicemix log: > > > DEBUG - JettyContextManager - Dispatching job: > [EMAIL PROTECTED],pending,expired > DEBUG - HttpComponent - Receiving HTTP request: POST > /changepassword/ HTTP/1.1 > Authorization: Basic ZGlyZWN0b3I6ZGlyZWN0b3JwYXNz > User-Agent: Jakarta Commons-HttpClient/3.1 > Host: 192.168.2.64:8192 > Content-Length: 148 > > How can I make servicemix work in case of load? > > Prtaibha > -- > View this message in context: > http://www.nabble.com/servicemix-fails-load-testing-tp18632328p18632328.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
