public
Description: A Ruby/Rails job server and scheduler
Homepage: http://backgroundrb.rubyforge.org
Clone URL: git://github.com/gnufied/backgroundrb.git
voronov (author)
Fri Jul 03 04:32:08 -0700 2009
gnufied (committer)
Fri Jul 03 05:28:40 -0700 2009
commit  707289a1e9b27009facf4329837a749b6a95b808
tree    320d12cc2e11670462bb77cfa85d0cff42012d3c
parent  43d025b9581a08bf57a2f0a77d4b30d65805ac3d
name age message
file .autotest Thu Feb 07 14:37:57 -0800 2008 Check in test cases for cron trigger [scala]
file .gitignore Tue Oct 14 03:48:58 -0700 2008 update documentation [gnufied]
file ChangeLog Fri Oct 03 14:40:54 -0700 2008 improve start stop managment [gnufied]
file LICENSE Tue Feb 05 11:19:38 -0800 2008 Commit backgroundrb to git [scala]
file MIT-LICENSE Tue Feb 05 11:19:38 -0800 2008 Commit backgroundrb to git [scala]
file README Sat Sep 06 12:25:16 -0700 2008 update README [gnufied]
file Rakefile Sun Mar 29 02:12:31 -0700 2009 fix all the failing test cases and update for r... [gnufied]
file TODO.org Sat Oct 04 00:36:08 -0700 2008 update to use darkfish templates [gnufied]
directory app/ Sun Jun 22 20:41:41 -0700 2008 fix problem with executing task on dynamically ... [gnufied]
directory config/ Tue Feb 05 11:19:38 -0800 2008 Commit backgroundrb to git [scala]
directory doc/ Tue Oct 28 12:52:28 -0700 2008 fix docs [gnufied]
directory examples/ Thu Nov 20 08:28:39 -0800 2008 fixed minor typos in memcache comment [erikj]
directory generators/ Loading commit data...
file init.rb Sun Jun 22 20:41:41 -0700 2008 fix problem with executing task on dynamically ... [gnufied]
file install.rb Tue Feb 05 11:19:38 -0800 2008 Commit backgroundrb to git [scala]
file know_issues.org Thu Jul 10 12:03:16 -0700 2008 make exceptions more user friendly [gnufied]
directory lib/
file release_notes.org Sun Mar 29 02:44:24 -0700 2009 version 1.2 release notes [gnufied]
file release_points.org Thu Jul 03 04:50:11 -0700 2008 rename the file [gnufied]
directory script/
directory server/
directory tasks/ Fri Oct 10 06:53:36 -0700 2008 update redo queue migration patch [gnufied]
directory test/ Wed Apr 22 13:35:42 -0700 2009 Support for enqueued tasks that respect the :pr... [jdwyah]
file uninstall.rb Tue Feb 05 11:19:38 -0800 2008 Commit backgroundrb to git [scala]
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

Something else here.