Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Background Tasks

botanicus edited this page Sep 13, 2010 · 6 revisions

For better performance, some simple queueing mechanism like run_later in Merb is very handy. Rango doesn’t support it, but there are many gems which can help you solve it.

- Spawn
- Delayed_job
- Theman
- Backgrounded

- Running Ruby Blocks in the Background
- New Version of Background with Backend Configuration

Clone this wiki locally