On Tue, Nov 4, 2014 at 2:17 PM, Rajalakshmi Iyer <raj@xxxxxxxxxxxxx> 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 covener@xxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx