Michael Koziarski wrote: > They're not particularly portable, nor are they particularly useful. > Every project I've worked on uses some other method of process > spawning and monitoring. Monit, God, Runit, mongrel_cluster, etc. > Shipping with a mostly-broken set of scripts doesn't seem like > something we should do.
I could say the contrary, on every project with a solid Mongrel or FCGI based setup the spawner script was used. It requires no extra configuration unlike monit/god/runit. It also cares for safely exiting a process *after* the current request was processed unlike the defaults for monit/god/runit etc. The same can be said about reaper, it *always* works as long as you invoke it with a /full/path/to/current/process/reaper. In what way did you find them to be broken? -- Company - http://primalgrasp.com Thoughts - http://deezsombor.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
