Changeset 182
- Timestamp:
- 11/02/07 04:40:55 (1 year ago)
- Files:
-
- branches/version099/MIT-LICENSE (modified) (1 diff)
- branches/version099/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/version099/MIT-LICENSE
r181 r182 1 Copyright (c) 2007 [name of plugin creator]2 1 Copyright (c) 2007 Hemant Kumar ( mail [at] gnufied [dot] org ) 2 Copyright (c) 2006 Ezra Zygmuntowicz and skaar[at]waste[dot]org 3 3 Permission is hereby granted, free of charge, to any person obtaining 4 4 a copy of this software and associated documentation files (the branches/version099/README
r181 r182 1 Backgroundrb 2 ============ 1 = BackgrounDRb 3 2 4 Introduction goes here. 3 BackgrounDRb is a Ruby job server and scheduler. Its main intent is to be 4 used with Ruby on Rails applications for offloading long-running tasks. 5 Since a Rails application blocks while servicing a request it is best to 6 move long-running tasks off into a background process that is divorced 7 from the http request/response cycle. 5 8 9 This new release of BackgrounDRb is also modular and can be used without 10 Rails. So any Ruby program or framework can use it. 6 11 7 Example 8 ======= 12 Copyright (c) 2006 Ezra Zygmuntowicz,skaar[at]waste[dot]org, Hemant Kumar (mail [at] gnufied [dot] org) 9 13 10 Example goes here. 14 == Online Resources 11 15 16 - http://backgroundrb.devjavu.com (trac) 17 - http://svn.devjavu.com/backgroundrb/tags/release-0.2.1 (latest release) 18 - http://svn.devjavu.com/backgroundrb/trunk (svn trunk) 19 - http://backgroundrb.rubyforge.org (rdoc) 12 20 13 Copyright (c) 2007 [name of plugin creator], released under the MIT license 21 == DISCLAIMER 22 23 New Version of BackgrounDrb is uses processes and evented model of programming. 24 Full text of README is upcoming.
