> From: Dante Bell [mailto:dantepasqu...@cocoanet.us] 
> Subject: Tomcat not releasing threads on Solaris 10

> In their stress test, tomcat is not killing/reclaiming threads fast
> enough and eventually (after 3 hours) it runs out of threads

Tomcat does not create arbitrary, temporary threads, nor does it kill any below 
the configured limit in the <Connector> elements.  Odds are this is a webapp 
problem, failing to manage threads it creates.  Take a JVM thread dump, and 
find out just what the threads are.

http://wiki.apache.org/tomcat/HowTo#How_do_I_obtain_a_thread_dump_of_my_running_webapp_.3F

And do find out what versions of things you're running.

 - 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