On Fri, Sep 21, 2001 at 04:04:11PM -0400, Joshua Slive wrote:
>
> Aaron was brave enough to raise this topic again, and I'd rather not see it
> fall flat, so I'm going to try to force the issue.
>
> Here are two proposals. They work for both prefork and worker. I have not
> thought deeply about perchild, so I don't know how it will fit in.
>
> A: All config directives deal with "workers". Behind the scenes,
> StartWorkers and MaxWorkers are translated into processes using Aaron's
> logic.
>
> StartWorkers 50
> MaxWorkers 150
> MinSpareWorkers 10
> MaxSpareWorkers 50
> WorkersPerProcess 25
> MaxRequestsPerProcess 0
+1. -- justin