http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5735

> -----Original Message-----
> From: Frode E. Moe [mailto:[EMAIL PROTECTED] 
> Sent: 08 Януари 2004 г. 09:39
> To: Tomcat Users List
> Subject: Re: Tomcat stops handling HTTP connections, socket 
> is SYN_RECV
> 
> 
> On Wed, Jan 07, 2004 at 21:00:30 +0100, Antonio Fiol Bonnín wrote:
> > I have not read through all the thread, so maybe I am repeating
> > something. If so, sorry about being lazy.
> > 
> > You seem to be hitting maxProcessors. If you do, no more threads are
> > created, and connections start getting into SYN_RECV state, simply 
> > because Tomcat is not accept()ing them, exactly as you told 
> it to do.
> > 
> > So, either reduce your concurrency level for the tests, or increase
> > maxProcessors.
> 
> Actually, I don't think I'm hitting maxProcessors - usually 
> when that happens, you only get an error message about no 
> more threads being available in the pool. Here, the issue is 
> that Java is unable to create a new native thread and 
> therefore throws an OutOfMemoryError.
> 
> So the problem is that even after the tests are complete and 
> there are no active connections at all, it's no longer 
> possible to connect. I think perhaps the OutOfMemoryError 
> causes whatever thread is accept()ing new http connections to die. 
> 
> - Frode
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to