On Tue, Nov 4, 2014 at 2:17 PM, Rajalakshmi Iyer <r...@blismedia.com> wrote:
> Could you also elaborate on the statement --- With event, keep alive
> connections don't tie up a thread between requests. Does that mean a thread
> is allotted per connection, rather than per request in case of keep-alive
> connections (thus essentially mimicking a worker MPM rather than an event
> MPM)?

The opposite. When a request ends, and the connection goes into
keepalive, the thread is free to work on any other request.

-- 
Eric Covener
cove...@gmail.com

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

Reply via email to