> From: John Smith [mailto:tomcat.ran...@gmail.com] 
> Subject: Re: NIO connector - connections and threads

> If you're implying are 200 people simultaneously, hitting the same page at
> the same time, or making the same HTTP POST at the same time, the answer
> is, yes, probably.

Collecting some peak usage data might be interesting.  You definitely want your 
max thread limit to be a bit above the number of concurrent requests you're 
handling.  Of course, that has to be balanced against limits on other 
resources, such as memory and data base connections.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to