ruby task scheduling
Ilya Grigorik wrote a nice blog post about scheduling for Ruby. He presents three solutions with a code example for each of them.
Among the solution he details, there is our OpenWFEru scheduler.
The project BackgrounDRB seems very interesting as well.
Ilya’s previous post was great : an RSS aggregator in 26 lines of Ruby code.