From: Wesley Acheson [mailto:wesley.ache...@gmail.com] 
> Subject: ThreadLocal and NIO

> If I understand it correctly. If we change to use NIO for the
> connectors it isn't thread per request any longer

No, the same thread still processes one request all the way through.  However, 
there is no longer one thread per TCP connection, as there is with the blocking 
connector.  So if a client is sending multiple requests on one TCP connect 
(HTTP pipelining), each request of the series may well be handled by a 
different thread.

 - 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