On 3/29/07, adam fisher <[EMAIL PROTECTED]> wrote:
When the load average goes to 149 I get a maxclients reached in my error log.  
I can browse the web page fine fast and everything until that limit is reached. 
   So I am thinking it is an apache issue and it is not closing the connections.

Adam, are you using HTTP keep-alives?  If your apache box is not using
keep-alives and you're cycling a lot of http connections then you may
be running out of usable TCP sockets.

When you have your problem run:  netstat -tln

If you see hundreds of sockets in the TIME_WAIT state then your
problem is what I've described above.

-Bryan

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to