Time manager

Hi,all !

I would like to control my application by time, without requests.
How can I do this ?
Is any method for this purpose ?
For exemple : every hour I would like to do something on my data base
in automatic way.
And of course my whole application shouldn’t sleep in the meanwhile.
Have anybody some idea ?

Thank for help !

One way (that I use quite often) is just to use a cronjob. Backgroundrb
also has cron like scheduling of jobs (in addition to the other great
stuff it does).

Fred

Frederick C. wrote:

One way (that I use quite often) is just to use a cronjob. Backgroundrb
also has cron like scheduling of jobs (in addition to the other great
stuff it does).

Fred

Thank for your answer !

Could you tell me something more.

http://www.google.com/search?hl=en&q=cron+job

On Jan 22, 7:00 pm, Waldemar R. [email protected]