Background Jobs and Queues with Ruby On Rails

RailsI am interested in how to run some code as a background process using rails. These are a few links I have collected on the subject.

  • http://labnotes.org/cgi-bin/trac.cgi/wiki/Ruby/ReliableMessaging
  • http://rubyforge.org/projects/backgroundrb/
  • http://ap4r.rubyforge.org/wiki/wiki.pl?HomePage
  • http://cleanair.highgroove.com/articles/2006/06/23/running-background-jobs

I think I'll go with ActiveMessaging.