Hi,
I have 3 rails applications running on my server, and I have this problem where old dispatch.fcgi processes are not terminated. Since BH only allows me to have 20 processess this is a problem. Can anyone offer me advice on how to prune old processes or how to make new requests use old processes?
I tried to use script/process/reaper, but it says
Ideally I would like to specify a maximum number of dispatch.fcgi files that can be alive at any time for each of my rails applications.Code:./reaper Couldn't find any process matching: /home/mulligan/rails/cag/trunk/public/dispatch.fcgi


