Hello, Does anybody know how to handle fastcgi processes with rails? I don''t find any real tutorial on reaper/spinner/spawner scripts. I''m using apache and my fcgi configuration is : FastCgiConfig -maxClassProcesses 2 -maxProcesses 2 -minProcesses 2 -processSlack 2 FastCgiServer /var/www/vhosts/bioibel-data.bebif.be/public/dispatch.fcgi -idle-timeout 300 -processes 3 -restart-delay 3 -initial-env RAILS_ENV=production It works but when I stop apache, I still have a lot of fcgi processes that I don''t manage to kill and a lot of memory is consumed. I''d like to manage them externally but I don''t know how to do it. Thank you in advance, Johan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---