Apache Requests Queue clarification
according to the Apache MaxClients directive connection attempts over the MaxClients limit will normally be queued, up to a number based on the ListenBacklog directive.
How could I monitor the size of this queue?
thank you
4 Replies
> I'm guessing they would show in 'netstat -nt' as being in state SYN_RECV
Perfect, thus decreasing the maximum number of Apache clients I should see the queue growing, right?
And when it happens because someone didn't use CDN URLs in a newsletter,