> From: Ozgur Ozdemircili [mailto:ozgur.ozdemirc...@gmail.com]
> Subject: Re: Tomcat current thread count
> 
> Here we go again.

Same comments apply as before:

You have numerous Timer-x threads going, which makes me suspicious that your 
webapp is starting up extra threads and not properly managing them.  Simply 
making them daemon (as they are) is not sufficient, since the daemon threads 
won't terminate until Tomcat is fully shut down.  There are also some other 
threads running that start in your webapp, including some waiting for input on 
UDP sockets.

This still looks like poor resource management by your webapp.

 - 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