As the problem domain of your Rails applications expands, you may need to run computationally intensive or long running background tasks. How can you run these long background tasks without your web server timing out? And how do you display the progress to your users?
InfoQ Homepage News InfoQ Article:Introduction to BackgrounDRb