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 ! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Frederick Cheung 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). > > FredThank for your answer ! Could you tell me something more. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
augustlilleaas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Jan-22 22:59 UTC
Re: time manager
http://www.google.com/search?hl=en&q=cron+job On Jan 22, 7:00 pm, Waldemar Rulski <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Frederick Cheung 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). > > > FredThank for your answer ! > > Could you tell me something more. > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Possibly Parallel Threads
- Will acts_as_taggable_on_steroids and better_nested_set work together?
- BackgrounDRb newbie stuck at first base. Fresh pair of eyes needed
- Underscore in a model's method causes it not to be called from the form helper
- Eager loading ActiveRecord objects
- BgDRb blocking in ActiveRecord