RE: Tomcat Acceptor Thread goes into wait() to never come back - Tomcat 6.0

2010-03-01 Thread Caldarale, Charles R
> From: Harshad Kamat [mailto:hnka...@gmail.com] > Subject: Tomcat Acceptor Thread goes into wait() to never come back - > Tomcat 6.0 > > I believe I've found a race condition in Tomcat that causes the http > port to be non-responsive. I believe you are correct. To close

Re: Tomcat Acceptor Thread goes into wait() to never come back - Tomcat 6.0

2010-03-01 Thread Hae Loong Chan
Hi, If the threads are in the race condition, can it be any possibility the Tomcat will become responsive again - say if the current processing request thread is dropped due to request timeout and the browser is closed? On Tue, Mar 2, 2010 at 10:27 AM, Harshad Kamat wrote: > Hi, > > I believe

Tomcat Acceptor Thread goes into wait() to never come back - Tomcat 6.0

2010-03-01 Thread Harshad Kamat
Hi, I believe I've found a race condition in Tomcat that causes the http port to be non-responsive. It exists in 6.0 and also in 5.5 (although the code has been refactored). I could not find any reference to it in the Bug database or the mailing list archives. Consider a tomcat instance with maxT