Tomcat maxThreads

2007-09-24 Thread Mike Crawford
bottleneck. Thanks for your time, Mike Crawford

Re: Tomcat maxThreads

2007-09-24 Thread Mike Crawford
, or lower one thousand is ok, if you need more, question yourself :) ie, if you need more concurrency, simply turn of keep alives. Having too many threads will do the following 1. Eat up a good chunk of memory 2. Your system will spend too much time context switching Filip Mike Crawford

Re: Tomcat maxThreads

2007-09-24 Thread Mike Crawford
to use 6.0.x trunk, since there is a connection reuse bug in 6.0.14 Filip Mike Crawford wrote: Hi Filip, The reason I want to use more threads is because of the nature of our AJAX client. 'Sleeping' threads on the server seems like a viable option compared to polling, and therefore