How to start many processes(will run the same script) by "Daemons gem", and how to stop one of them as I want ? thanks!
+1
A:
Consider using bluepill or god for this task. Both use daemons internally, and both provide a nice ruby way of defining your processes and monitoring them.
Ben Taitelbaum
2010-10-28 06:55:46