[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby library for cron and at

Michael Ulm

4/16/2008 12:23:00 PM

I have to build an application that will drive other processes which
will have to be started at given times. Some of these will have to
be started periodically, but most only once. This will take place
on a Linux machine, so 'cron' and 'at' will be probably be the weapons
of choice.

Now, I want to handle these from ruby, and I found 'Ruby Cron' to
interface with cron. I have not found anything that gives me a
convenient interface to 'at' (searching for such a library turned
out to be a challenge).

So my questions: Does there exist a ruby library that provides
an interface to 'at'? Is Ruby Cron the right choice to interface
with cron?

Thanks,

Michael

1 Answer

Siep Korteling

4/16/2008 12:39:00 PM

0

Michael Ulm wrote:
> I have to build an application that will drive other processes which
(...)
> Now, I want to handle these from ruby, and I found 'Ruby Cron' to
> interface with cron. I have not found anything that gives me a
> convenient interface to 'at' (searching for such a library turned
> out to be a challenge).
(...)
>
> Michael
rufs-scheduler ( http://openwferu.rubyforge.org/sche... ) behaves
like both 'cron' and 'at'.

--
Posted via http://www.ruby-....