Frank Poo wrote: > Greg, what do you recommend to do async writes? I'm a newbie to async > tasks in Rails, but doesn't something like delayed_job ALSO us the > database to keep track of jobs?
It may be possible to use the database's own clustering features to do this and still let your app treat it as if it were one simple DB. If not, would the masochism plugin help? Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 [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 -~----------~----~----~----~------~----~------~--~---

