On Tue, Nov 4, 2014 at 11:23 AM, Eric Covener <cove...@gmail.com> wrote:
> No, with event, keepalive connections don't tie up a thread between requests.

Sorry, I see what you mean. Yes, each process will stop calling accept
out of fear that too many keepalive connections may become active (and
hence be queued). Each process does this in case other processes are
not similarly bogged down.

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

Reply via email to