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

Don't top post.

> So are the open HTTP connections that use my web application code waiting 
> in line to be processed by the available threads specified in maxThreads?

The connections won't be waiting, but requests arriving over those connections 
may wait if all the threads are busy.

Do you really have more than 200 simultaneous _requests_ active?

 - 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