Re: [users@httpd] MaxClients exceeded error message

2014-06-27 Thread Pete Houston
On Fri, Jun 27, 2014 at 03:39:42PM +, Rose, John B wrote: > What is the impact of not having a "ListenBacklogs" Directive in your > config? This is covered pretty well in the documentation: http://httpd.apache.org/docs/2.4/mod/mpm_common.html#listenbacklog A cursory read of this tells us that

Re: [users@httpd] MaxClients exceeded error message

2014-06-27 Thread Rose, John B
What is the impact of not having a "ListenBacklogs" Directive in your config? On 6/26/14 8:01 AM, "Robin Becker" wrote: >On 25/06/2014 15:38, Jeff Trawick wrote: >... >>> requests. >>> >>> What are the effects of MaxClient limit being exceeded? >> >> >> delays in processing new connectio

Re: [users@httpd] MaxClients exceeded error message

2014-06-26 Thread Robin Becker
On 25/06/2014 15:38, Jeff Trawick wrote: ... requests. What are the effects of MaxClient limit being exceeded? delays in processing new connections depending on load and MaxClients and ListenBacklogs, some new connections might even get rejected thanks Should I have seen an er

Re: [users@httpd] MaxClients exceeded error message

2014-06-25 Thread Jeff Trawick
On Wed, Jun 25, 2014 at 8:52 AM, Robin Becker wrote: > An apache 2.2 mpm prefork site which uses an external mod_fastcgi socket > to django was experiencing slowdowns during a busy period. > > The main symptom seemed to be a connection delay of up to 10 seconds. > > At the time I saw the machine

[users@httpd] MaxClients exceeded error message

2014-06-25 Thread Robin Becker
An apache 2.2 mpm prefork site which uses an external mod_fastcgi socket to django was experiencing slowdowns during a busy period. The main symptom seemed to be a connection delay of up to 10 seconds. At the time I saw the machine was not heavily loaded in cpu or memory, but there were a lar