On Tue, Nov 4, 2014 at 9:40 AM, Rajalakshmi Iyer <raj@xxxxxxxxxxxxx> wrote: > In case of an event MPM, unlike the worker MPM, can it be expected that an > idle worker thread starts working on a new connection or new requests on > another existing connection? > > Or is the worker thread tied to a connection and will only work on requests > on that connection till the connection is closed? Worker threads in worker are there for the life of the connection. In event, the thread is assigned request-by-request. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx