On Thursday 20 September 2001 11:41 am, Joshua Slive wrote:
> > -----Original Message-----
> > From: Bill Stoddard [mailto:[EMAIL PROTECTED]]
> >
> > This last one is inconsistent with your other changes. In the
> > threaded MPM, a 'Server' by
> > your defn is a thread. MaxRequestsPerChild is used to limit the
> > number of requests a
> > 'process' serves before going away.
>
> Yes. That's right.
>
> > In past discussions, we have almost settled on the notion of a
> > "worker" as being the thing
> > capable of serving a request.
>
> Fine. I don't mind "worker" instead of "server". (The only disadvantage
> is that prefork needs to change. But that's not a big deal.)
>
> I think we should also rename MaxClients to MaxWorkers.
I dislike this. MaxClients still makes sense IMHO. It is the maximum number
of clients allowed at one time. MaxWorkers is the maximum number of things
(threads or processes) running at one time. MaxClients just seems easier to
explain to me.
Ryan
______________________________________________________________
Ryan Bloom [EMAIL PROTECTED]
Covalent Technologies [EMAIL PROTECTED]
--------------------------------------------------------------