Hi Fabien,
Are you using Apache or lighttpd? It''s normal to have a few fcgi
processes running at the same time. However, you seem to have a whole
bunch of them. If you''re using lighttpd, you can specify the minimum
and maximum number of fcgi processes started in the config file like
this (min- and max-procs):
fastcgi.server = ( ".fcgi" =>
("rails" =>
( "socket" =>
"/tmp/xxxxxxxxx.fcgi.socket",
"bin-path" =>
"/home/xxxxxx/sites/rails/public/dispatch.fcgi",
"bin-environment" =>
("RAILS_ENV" => "production"),
"min-procs" => 5,
"max-procs" => 5
)
)
)
//jarkko
On 13.5.2005, at 12:59, Fabien Penso wrote:
> Hi.
>
> I have a "typo" installed. After few days I have _many_ instance
> running (see http://penso.info/tmp/ps.txt ).
>
> Any idea where''s the bug ?
>
> --
> http://penso.info/
> _______________________________________________
> Rails mailing list
> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
--
Jarkko Laine
http://jlaine.net
http://odesign.fi
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails