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 error message if it was exceeded?


once per generation

--/--

It can be useful to log the response time in microseconds (%D in log
format) in order to distinguish delays in the application (delay is
reflected in value for %D) from delays before httpd starts processing it
due to capacity tuning (delay not reflected in value for %D since it
happened before processing started)
.......
all very useful
--
Robin Becker

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to