Thread handling in Tomcat 4.x

2002-12-04 Thread Dunlop, Aaron
Is there any scenario in which Tomcat 4.0 or 4.1 will kill off processor threads? I know that under apache, it is possible to limit the number of spare processes, in which case the controller process will kill off extras when load decreases. Alternatively, is there any error condition under

Re: Thread handling in Tomcat 4.x

2002-12-04 Thread bm
HI Aaron The answer to this question is Alternatively, is there any error condition under which a thread will be considered hung or otherwise corrupted and killed off? Yes. It does hang , ajp13 connector process(if you use this) will shoot up . I know one situation that the thread hangs

Re: Thread handling in Tomcat 4.x

2002-12-04 Thread Craig R. McClanahan
On Wed, 4 Dec 2002, Dunlop, Aaron wrote: Date: Wed, 4 Dec 2002 09:32:56 -0800 From: Dunlop, Aaron [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Thread handling in Tomcat 4.x Is there any scenario in which Tomcat 4.0