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 (
Alex P (author)
Mon Mar 03 15:48:24 -0800 2008
commit 1d5e9e5a9c2dc857699c41c9ab65144a64a1715b
tree dc83b4cf27f37d7b6648b128db34aa5bea28ed94
parent ee2a5997d639c74467e55fd1e93eb6535bba9c62 parent 0171ab8ad50d0306d3989cb16490f780083855ea
tree dc83b4cf27f37d7b6648b128db34aa5bea28ed94
parent ee2a5997d639c74467e55fd1e93eb6535bba9c62 parent 0171ab8ad50d0306d3989cb16490f780083855ea
| name | age | message | |
|---|---|---|---|
| |
.autotest | ||
| |
.gitignore | ||
| |
ChangeLog | ||
| |
LICENSE | ||
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
TODO.org | ||
| |
config/ | ||
| |
doc/ | ||
| |
examples/ | ||
| |
generators/ | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
script/ | ||
| |
server/ | ||
| |
tasks/ | ||
| |
test/ | ||
| |
uninstall.rb |
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





