Re: Daemon Thread Problem in J-T-C

2002-04-25 Thread Pier Fumagalli
"Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > Indeed, a thread dump after the shutdown command is executed shows a bunch > of active threads, including those suspended by a wait() at: > org.apache.tomcat.util.threads.ThreadPool$MonitorRunnable.run(ThreadPool.java: > 407) > org.apache.tomcat.

Re: Daemon Thread Problem in J-T-C

2002-04-22 Thread Remy Maucherat
> With the latest and greated J-T-C code, the HEAD branch of Tomcat 4 > doesn't shut down cleanly. Usually, this implies that somebody forgot to > mark their threads as daemon threads (or otherwise clean them up at > shutdown time). > > Indeed, a thread dump after the shutdown command is executed

Daemon Thread Problem in J-T-C

2002-04-22 Thread Craig R. McClanahan
With the latest and greated J-T-C code, the HEAD branch of Tomcat 4 doesn't shut down cleanly. Usually, this implies that somebody forgot to mark their threads as daemon threads (or otherwise clean them up at shutdown time). Indeed, a thread dump after the shutdown command is executed shows a bu