> From: Daniel L. Gross [mailto:[EMAIL PROTECTED] 
> Subject: Re: Memory Usage
> 
> What appears to be happening is that every time I 
> execute my app, when it closes, Tomcat leaves an
> inactive thread hanging.

I seriously doubt that Tomcat is doing this - much more likely that your
app is causing it, or possibly the DB driver.  Does the app create any
auxiliary threads and not have them terminate?  If that's not the case,
and threads from Tomcat's pool were not returning to it after processing
a request for your app, you'd run out of threads pretty quickly.  What
does a thread dump show about where these hanging threads are hanging
out?

 - 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