wesmaldonado / backgroundrb forked from gnufied/backgroundrb
- Source
- Commits
- Network (36)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.autotest | Thu Feb 07 14:37:57 -0800 2008 | |
| |
.gitignore | ||
| |
ChangeLog | ||
| |
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 | Sun Mar 29 02:12:31 -0700 2009 | |
| |
TODO.org | ||
| |
app/ | Sun Jun 22 20:41:41 -0700 2008 | |
| |
config/ | Tue Feb 05 11:19:38 -0800 2008 | |
| |
doc/ | ||
| |
examples/ | ||
| |
generators/ | ||
| |
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/ | ||
| |
release_points.org | Thu Jul 03 04:50:11 -0700 2008 | |
| |
script/ | ||
| |
server/ | ||
| |
tasks/ | ||
| |
test/ | ||
| |
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.

