> From: Waseem Azhar [mailto:[EMAIL PROTECTED] 
> Subject: tomcat incoming requests and thread usage
> 
> Could sombody tell me how tomcat release/reclaim it threads 
> after serving request.

Threads return to the pool when the servlet/filter chain does its
return.  If threads are still busy, it's your webapps that are hanging
on to them.  Take a thread dump and find out where they're stuck.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to