Background Jobs and Queues with Ruby On Rails
16 December 2007 by martin
I 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.