https://bz.apache.org/bugzilla/show_bug.cgi?id=58799

--- Comment #1 from Dominic Benson <[email protected]> ---
The effect of FcgidMinProcessesPerClass is to guarantee that a request will
cause a new worker to be spawned if the current count is below this value. It
won't (and shouldn't) keep workers beyond their configured allowed lifetime.
Sadly it can't proactively spawn a new worker.

I can't just recall when this was last discussed, but the gist is that there
isn't currently a mechanism to spawn a worker without also sending it a
request.

The description in the docs "This directive sets the minimum number of
processes that will be retained in a process class after finishing requests."
is correct in not intimating that processes will be created at startup, however
it could perhaps benefit from an addendum to the effect that other directives
may prevent a worker from being retained indefinitely.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to