AjaxTask - a rails plugin for managing background tasks

SOAP, Background Tasks, and AJAX Recently in Rails I’ve been interacting with various SOAP services and running them in the background with Workling. I needed to relay the SOAP response to the client’s web browser, so I decided to use AJAX to poll the status of my background tasks. This is great if you have < 30 second background tasks running, but don’t want to block a user (and a request)....

February 9, 2010 · Chris Moos