> From: uwe.hellm...@t-systems.com [mailto:uwe.hellm...@t-systems.com] 
> Subject: How much connections are handled per thread?

> Does a single Tomcat thread handle more than one connection 
> at a time?

No (discounting the asynch mechanisms).

> Is it possible that if there are more connections at a time
> per thread that there is a bug that a GET variable is exchanged
> between these connections?

Since the premise is false, the answer has to be no.  This kind of behavior is 
pretty much always due to errors in the application, such as storing values in 
variables at the wrong scope (e.g., a request-specific value kept in a servlet 
instance field).

 - 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