What we do is to write a rake task that make AR update, and add this running task into cron job, it's easy and safe.
On Fri, May 22, 2009 at 9:06 AM, Tim Haines <[email protected]> wrote: > > Hey guys, > > I'm thinking about writing a method which utilises multithreading to > do a bunch of api > calls and make AR updates. Then calling the method once an hour with > Rufus scheduler. > > I'm a little concerned if this is safe or not, and I'm wondering if > anyone has any insight? I guess the main topic is does multithreading > work nicely with AR - but I'm also wondering if using rufus turns it > in to a more complicated question? > > Has anyone seen good articles discussing it? > > Cheers, > > Tim. > > > -- My home: http://www.huangzhimin.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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

