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
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
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
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
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