InfoQ Homepage DRb Content on InfoQ
Articles
RSS Feed-
Introduction to BackgrounDRb
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?