From: David Vallner Date: 2007-01-25T18:56:46+09:00 Subject: Re: PHP_FCGI_CHILDREN for Ruby On Wed, 24 Jan 2007 22:50:07 +0100, wrote: > Hello, > > I know the environment variable PHP_FCGI_CHILDREN sets the maximum > number of php fastcgi processes to be spawn when using Apache. Is there > a similar environment variable for Ruby/Rails fastcgi applications? Or > does this same variable also apply to Ruby? > > > Thanks > > http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html#FastCgiServer Specifically, the -processes switch. David Vallner