I need to perform background processing for a Ruby on Rails app. I'd like to use delayed_job but it depends on Daemons which is not Windows compatible (needs the fork() function).
Does anyone have suggestions for an alternative background processing library compatible with Windows that I can use with delayed_job? Or is it best just to use something else? Is there anything else?