On Wed, Jun 6, 2012 at 11:17 AM, Peter Hickman <[email protected]> wrote: > If the script needs to be run continuously then a tool like monit > (which you would have to install) would be worth looking at. It will > keep the script running even if it crashes, it will just restart it if > things go wrong and make sure that it starts when your sever reboots. > > Or you could just write a script for /etc/init.d that launches your > script at boot time and pray that it never crashes (which is why I > would recommend monit).
If output to stdout is needed then screen might also help. Kind regards robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/ -- You received this message because you are subscribed to the Google Groups ruby-talk-google 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 https://groups.google.com/d/forum/ruby-talk-google?hl=en
