public
Description: A fork of backgroundrb for MERB
Clone URL: git://github.com/GeorgePalmer/backgroundrb_merb.git
Alex P (author)
Mon Mar 03 15:48:24 -0800 2008
commit  1d5e9e5a9c2dc857699c41c9ab65144a64a1715b
tree    dc83b4cf27f37d7b6648b128db34aa5bea28ed94
parent  ee2a5997d639c74467e55fd1e93eb6535bba9c62 parent  0171ab8ad50d0306d3989cb16490f780083855ea
README
= BackgrounDRb

BackgrounDRb is a Ruby job server and scheduler. Its main intent is to be
used with Ruby on Rails applications for offloading long-running tasks.
Since a Rails application blocks while serving a request it is best to
move long-running tasks off into a background process that is divorced
from http request/response cycle.

This new release of BackgrounDRb is also modular and can be used without Rails so that any Ruby program or framework can 
use it.

Copyright (c) 2006 Ezra Zygmuntowicz,skaar[at]waste[dot]org,

Copyright (c) 2007 Hemant Kumar (gethemant [at] gmail.com )


== Usage

Please look into http://backgroundrb.rubyforge.org