From
http://httpd.apache.org/docs/2.2/mod/mp ... maxclients
Quote:
The MaxClients directive sets the limit on the number of simultaneous requests that will be served. Any connection attempts over the MaxClients limit will normally be queued, up to a number based on the ListenBacklog directive. Once a child process is freed at the end of a different request, the connection will then be serviced.
For non-threaded servers (i.e., prefork), MaxClients translates into the maximum number of child processes that will be launched to serve requests.
So if 50 requests come in at
exactly the same time then 10 will be queued, however keep in mind requests are fast, even if you can only serve 10 request per second then a MaxClients of 40 = 400 requests per second.
_________________
Paid supportHow to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue