Can mod_fcgid maintain a hard-minimum number of available appserver processes?

Posted by user9795 on Server Fault See other posts from Server Fault or by user9795
Published on 2011-10-09T06:36:47Z Indexed on 2011/11/13 17:55 UTC
Read the original article Hit count: 245

Filed under:
|
|

...and if so, how?

I'm using Apache2 + mod_fcgid to serve a perl Catalyst application, on a box that I own, and I'd like for mod_fcgid to maintain a minimum number of spun-up processes ready to go. The docs say that FcgidMinProcessesPerClass only enforces a

minimum number of processes that will be retained in a process class after finishing requests

How do I get apache to start up with a certain number of appserver subprocesses on an idle server without using artificial load to get there?

© Server Fault or respective owner

Related posts about apache2

Related posts about mod-fcgid