On Fri, Sep 21, 2001 at 04:04:11PM -0400, Joshua Slive wrote:
> 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 - I assume that MaxRequestsPerProcess will now increment per request
and not per connection, removing the problem with keepalive DoS.

....Roy

Reply via email to