[jboss-user] [Beginners Corner] - Re: Augmenting the thread pool for more performance

2009-03-27 Thread PeterJ
Web services come in over HTTP, thus changing the max threads allowed for HTTP should increase the number of allowed connections. You can set this in server/xxx/deploy/jboss-web.deployer/server.xml, change maxThreads: Note that each connection uses its own thread so while the only limit is

[jboss-user] [Beginners Corner] - Re: Augmenting the thread pool for more performance

2009-03-27 Thread Andrechan
Sorry forgot to say I'm using Jboss 4.2.2 and my application is a Web Service :) Thanks :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221509#4221509 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221509