[rt-users] Re: speedycgi

Phil Homewood pdh at snapgear.com
Thu Feb 6 22:43:37 EST 2003


Ambrose LI <acli at ada.dhs.org> via forwarder wrote:
> 1. You can tune SpeedyCGI for max number of scripts, max times
> each script can run, etc; you can't do this with FastCGI.

FastCgiServer /path/to/foo -processes 6

> 2. When the web server exits/dies/crashes, FastCGI processes
> stay in memory, but won't be reused by the web server when it
> is restarted. I.e., if your web server dies a few times, you
> can have dozens of "zombie" FastCGI processes filling up your
> memory.

Oh? Never happened here...

dorfl# ps axwu | grep -c fcgi 
1
dorfl# apachectl stop; apachectl startssl
/usr/local/sbin/apachectl stop: httpd stopped
/usr/local/sbin/apachectl startssl: httpd started
dorfl# ps axwu | grep -c fcgi 
1
dorfl# 

-- 
Phil Homewood, Systems Janitor, www.SnapGear.com
pdh at snapgear.com Ph: +61 7 3435 2810 Fx: +61 7 3891 3630
SnapGear - Custom Embedded Solutions and Security Appliances



More information about the rt-users mailing list