Service controller in ruby

hello
i have 4 ruby programs that i want to keep running. is there a service
controller or something like that in ruby which can monitor these
programs and capture errors, pause, stop etc.

seede

Junkone wrote:

hello
i have 4 ruby programs that i want to keep running. is there a service
controller or something like that in ruby which can monitor these
programs and capture errors, pause, stop etc.

See win32-service, available on RubyForge at
http://www.rubyforge.org/projects/win32utils.

I need to fix the gem, but you can download and install the source
manually if you have a compiler. I’ll have 0.6.1 out tonight hopefully,
with a fixed gem, including one with a precompiled binary.

Regards,

Dan

Junkone wrote:

hello
i have 4 ruby programs that i want to keep running. is there a
service
controller or something like that in ruby which can monitor these
programs and capture errors, pause, stop etc.

Also see god:

gem install god

although i think it’s unix-only