I\'m using the delayed_job plugin in Rails to do background processing, and I\'m experiencing a hiccup in the \'agile development\' I\'ve been experiencing so far in Rails...
I\'d like some thoughts on whether using fork{} to \'background\' a process from a rails app is such a good idea or not...