Background job usually runs a job at a time, which is cool as Ruby itself is almost "single threaded", but if you want a solution with concurrent job execution, you can try SkyNet -> http://skynet.rubyforge.org/
On Wed, Sep 24, 2008 at 8:29 AM, Jaikishan Jalan <[EMAIL PROTECTED]> wrote: > Does this background job maintains a queue sort of thing? If yes, then how > does some tasks can be concurrently executed? -- Maurício Linhares http://alinhavado.wordpress.com/ (pt-br) | http://blog.codevader.com/ (en) João Pessoa, PB, +55 83 8867-7208 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

