On Tue, May 27, 2008 at 1:05 PM, Arnab Ganguly <aganguly01@xxxxxxxxx> wrote: > Yes, my webserver is not able to respond to incoming requests.I couldn't see > the server status page as it times out.My MaxClient setting is > 128.ListenBackLog is 511 by default, so I assume it should be able to handle > 639 connection with all its thread busy? If yes will then 640th connection > is going to be discarded or how is it going to be. > Let me know if we can avoid this. With this configuration the server will handle 128 simultanous connection, and queue another 511, which depending on how quickly threads become available might appear to "hang". The 640 connection will be dropped. You probably need to increas MaxClients. you may alos need to increase ServerLimit, as MaxClients can't be higher than ServerLimit x ThreadsPerchild. See: http://httpd.apache.org/docs/2.2/mod/mpm_common.html Krist -- krist.vanbesien@xxxxxxxxx krist@xxxxxxxxxxxxx Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx