Hi Charles, Is there any way I can clear the current thread count without restarting tomcat? The programmer is unable to accept the problem so it seems I will have to find a way to clear current thread number.
Thank you. Özgür Özdemircili http://www.acikkod.org Code so clean you could eat off it On Mon, Jun 28, 2010 at 3:26 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > 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 > >