----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

>       Hey Jon,
> 
>       Shouldn't those threads die?  One is zombied, and the rest don't die
> off.  After leaving it up for a few days, waaaaay lots of threads (like,
> upwards of 30-40, and `top` shows them all as using memory).  I'm
> experimenting, leaving it up for the weekend, but I have a feeling...
> 
>       Cheers,
>       - Drew.

those are THREADS, not processes. ps on linux is screwed up and shows
threads as if they are processes. your JVM runs for as long as you are
running JServ. thus, those threads never die.

-jon



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to