> From: motit [mailto:moti....@expand.com]
> Subject: RE: Accumulation of Request Processors objects causes tomcat
> stuck?
> 
> As for my understanding the NIO conector has a single worker thread.

Not true.  The NIO connector has one thread that monitors connection states, 
but when a request arrives, it is passed off to a worker thread from the pool.  
The big advantage of NIO is that no threads are dedicated to a connection, so 
persistent connections and keep-alives do not consume resources, at the cost of 
some switching overhead.

 - 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