Thursday, September 24, 2009

Long running processes

In our application, we've got number of long running processes. These processes are meant to run in background without affecting the application response time. We are using the combination of starling and workling.

For installing starling-starling:
gem sources -a http://gems.github.com/
gem install starling-starling


No comments: