At one time? The Prefork MPM (Apache 1.3+) can only handle one at
a time. The Worker MPM (in Apache 2.0+ only) can handle multiple
at a time, since it is multithreaded.

-aaron


On Sat, Nov 22, 2003 at 02:06:18PM +0000, Haskell Curry wrote:
> How much diferent connections can a child handle !?
> 
> >From: Aaron Bannert <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Subject: Re: Fwd: request scheduling ?
> >Date: Fri, 21 Nov 2003 22:42:29 -0800
> >
> >On Sat, Nov 22, 2003 at 01:23:24AM +0000, Haskell Curry wrote:
> >> How does the apache do the request scheduling !?
> >> does the child do the scheduling or apache let it for the threads !?
> >
> >Scheduling is currently always left up to the operating system,
> >whether you are on a prefork MPM or the worker (threaded) MPM.
> >
> >-aaron
> 
> _________________________________________________________________
> MSN Messenger: converse com os seus amigos online.  
> http://messenger.msn.com.br
> 

Reply via email to