On Mon, 2009-09-28 at 19:48 +0100, Nick Kew wrote:
> Martin Spinassi wrote:
> > Hi list,
> > 
> > 
> > I'm trying a load balance two tomcats servers with one apache in front
> > wit MPM worker, but after a while, apache left too many connections in
> > CLOSE_WAIT state until it stops responding.
> 
> Shouldn't do that.  Have you got some ridiculously long Timeout?
> 
> > The problem seems to be that, in a process with 5 threads, it gets some
> 
> 5 threads is very, very low.
> 
> > <IfModule mpm_worker_module>
> 
> Event MPM should help with this over Worker if there really is
> a problem.  But I'd look at your timeout and threads first.
> And that MaxRequestsPerChild is ridiculously low too: you
> should almost certainly use 0 (unlimited) if it's just
> fronting something on tomcat.
> 

Thank for your response Nick.


Timeout are in normal range, and connector/tomcat have a timeout of 10
minutes (the recommended at tomcat's docs).

I know that the configs are in a ver low performance, but wanted to make
my point int trying to recycle those connections/process.
In the right moment I get fixed this situation, I'll correct them to a
normal operation.


Cheers


Martin


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to