Changeset 182

Show
Ignore:
Timestamp:
11/02/07 04:40:55 (1 year ago)
Author:
gethema..@gmail.com
Message:

check in backgroundrb plugin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/version099/MIT-LICENSE

    r181 r182  
    1 Copyright (c) 2007 [name of plugin creator] 
    2  
     1Copyright (c) 2007 Hemant Kumar ( mail [at] gnufied [dot] org ) 
     2Copyright (c) 2006 Ezra Zygmuntowicz and skaar[at]waste[dot]org 
    33Permission is hereby granted, free of charge, to any person obtaining 
    44a copy of this software and associated documentation files (the 
  • branches/version099/README

    r181 r182  
    1 Backgroundrb 
    2 ============ 
     1= BackgrounDRb 
    32 
    4 Introduction goes here. 
     3BackgrounDRb is a Ruby job server and scheduler. Its main intent is to be 
     4used with Ruby on Rails applications for offloading long-running tasks. 
     5Since a Rails application blocks while servicing a request it is best to 
     6move long-running tasks off into a background process that is divorced 
     7from the http request/response cycle. 
    58 
     9This new release of BackgrounDRb is also modular and can be used without 
     10Rails. So any Ruby program or framework can use it. 
    611 
    7 Example 
    8 ======= 
     12Copyright (c) 2006 Ezra Zygmuntowicz,skaar[at]waste[dot]org, Hemant Kumar (mail [at] gnufied [dot] org) 
    913 
    10 Example goes here. 
     14== Online Resources 
    1115 
     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) 
    1220 
    13 Copyright (c) 2007 [name of plugin creator], released under the MIT license 
     21== DISCLAIMER  
     22 
     23New Version of BackgrounDrb is uses processes and evented model of programming. 
     24Full text of README is upcoming.