This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit a000468e2bbd0e10a02c2fae4dc6f02863a075d7
tree 5e952e8caecd8aae4da740800d8db184c82f769a
parent 7683287e57cdb5d1c0c8429675b853fc183eec09 parent 60f7df2da93ef465803c36cc3295470654b09765
tree 5e952e8caecd8aae4da740800d8db184c82f769a
parent 7683287e57cdb5d1c0c8429675b853fc183eec09 parent 60f7df2da93ef465803c36cc3295470654b09765
| name | age | message | |
|---|---|---|---|
| |
.autotest | Thu Feb 07 14:37:57 -0800 2008 | |
| |
.gitignore | Tue Oct 14 03:48:58 -0700 2008 | |
| |
ChangeLog | Fri Oct 03 14:40:54 -0700 2008 | |
| |
LICENSE | Tue Feb 05 11:19:38 -0800 2008 | |
| |
MIT-LICENSE | Tue Feb 05 11:19:38 -0800 2008 | |
| |
README | Sat Sep 06 12:25:16 -0700 2008 | |
| |
Rakefile | Sat Oct 04 00:36:08 -0700 2008 | |
| |
TODO.org | Sat Oct 04 00:36:08 -0700 2008 | |
| |
app/ | Sun Jun 22 20:41:41 -0700 2008 | |
| |
config/ | Tue Feb 05 11:19:38 -0800 2008 | |
| |
doc/ | Tue Oct 28 12:52:28 -0700 2008 | |
| |
examples/ | Thu Nov 20 08:28:39 -0800 2008 | |
| |
generators/ | Sun Oct 05 21:32:39 -0700 2008 | |
| |
init.rb | Sun Jun 22 20:41:41 -0700 2008 | |
| |
install.rb | Tue Feb 05 11:19:38 -0800 2008 | |
| |
know_issues.org | Thu Jul 10 12:03:16 -0700 2008 | |
| |
lib/ | Fri Oct 10 06:35:01 -0700 2008 | |
| |
release_points.org | Thu Jul 03 04:50:11 -0700 2008 | |
| |
script/ | Tue Oct 14 10:00:43 -0700 2008 | |
| |
server/ | Mon Nov 10 18:45:58 -0800 2008 | |
| |
tasks/ | Fri Oct 10 06:53:36 -0700 2008 | |
| |
test/ | Sat Sep 06 11:52:10 -0700 2008 | |
| |
uninstall.rb | Tue Feb 05 11:19:38 -0800 2008 |
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.







