> From: Chetan Chheda [mailto:chetan_chh...@yahoo.com]
> Subject: Re: Tomcat not closing threads
> 
> I managed to get a thread dump during one such tomcat hangs. Most of
> the threads are in the following status ...

The ones you show are simply waiting for input from httpd; that's a pretty 
normal state.  When looking at a thread dump, it's often the oddball thread 
that's not doing what the rest are that is causing a problem.  However, if all 
of the threads are just waiting to receive something from httpd, then you may 
have to look outside of Tomcat for the cause.

 - 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