RAA - torrentworkflow

torrentworkflow / 1.0.1

Short description: Torrent Workflow Library
Category: Library/Workflow
Status: stable
Created: 2001-12-20 11:45:08 GMT
Last update: -
Owner: Jason Horman (Projects of this owner)
Homepage: http://www.jhorman.org/Torrent/index.html
Download: http://www.jhorman.org/Torrent/Torrent.1.0.1.zip
License: Ruby's
Dependency:
None
Description:

Torrent is a framework for designing workflows. A workflow is essentially a set of jobs which flow based on the dependencies between them. These dependencies can be based on a previous jobs success, failure, timeout, etc. A dependency may also be based on the value of a previous tasks result. A workflow can be used to describe many simple programming tasks. For example, ftp a file from a server, copy that file to a local location, parse the file into a data structure (or xml), insert the file into a database. If any errors occur, then email an administrator. You can use Torrent to easily describe a flow like this. Torrent can also be used to describe much more complex flows. Please see the homepage for more information.

Edit this project (for project owner)

back to RAA top