Displaying 1 result from an estimated 1 matches for "singlethreshold".
2006 Jul 14
0
avoiding the application startup time
...how would users be able to reload their configs?
- are their any issues with this setup?
Out of interest this is our current fastcgi configuration in our httpd.conf
<IfModule mod_fastcgi.c>
FastCgiIpcDir /tmp/fcgi/
AddHandler fastcgi-script .fcgi
FastCgiWrapper On
FastCgiConfig -autoUpdate -singleThreshold 100 -killInterval 300
-idle-timeout 240 -initial-env RAILS_ENV=production
</IfModule>
Thanks