How to reduce the number of FastCGI processes
Posted by: fbeausoleil
Posted on: 2005-08-23 12:58:00
Hi !
My RoR app starts 8 (yes 8) FastCGI instances when I hit it after a killall -9 dispatch.fcgi:
[pico]$ ps aux | grep dispatch | wc -l
8
How do I reduce that number ? That's supposed to be configured in Apache's configuration files, not anywhere I can get my hands on, right ?
Thanks !
Francois