Re: [users@httpd] event MPM:multiple clients per thread.

2014-09-10 Thread dE
On 09/10/14 16:57, Jeff Trawick wrote: On Wed, Sep 10, 2014 at 4:13 AM, dE > wrote: Hi! I was configuring the MPM modules. As per my understanding, the event module can handle more than one client per thread; since session which are in a keep alive s

Re: [users@httpd] event MPM:multiple clients per thread.

2014-09-10 Thread Jeff Trawick
On Wed, Sep 10, 2014 at 4:13 AM, dE wrote: > Hi! > > I was configuring the MPM modules. > > As per my understanding, the event module can handle more than one client > per thread; since session which are in a keep alive state will be managed > by a common thread freeing up the thread to handle ot

[users@httpd] event MPM:multiple clients per thread.

2014-09-10 Thread dE
Hi! I was configuring the MPM modules. As per my understanding, the event module can handle more than one client per thread; since session which are in a keep alive state will be managed by a common thread freeing up the thread to handle other clients. So, no. of threads per process is effec