On 4/13/05, Patty O'Reilly <[EMAIL PROTECTED]> wrote:
> 
> I'm running tomcat 5.0.30.
> 
> After running for a week or so the server begins to slow down and
> finally crashes because it is out of threads. I can see the java
> processes accumulating day by day.

Send the process a -QUIT signal if on Linux, do the equivalent on
Windows and you can get stack traces showing where each thread is
getting stuck instead of returning to the thread pool for new
processing.

> I'm pretty new to tomcat. Not sure if the error is in my apache
> server's workers.properties, or the tomcat servers server.xml, or....

It's probably not a Tomcat issue, but your something in your
application which is getting hung up.

-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to