RAA - daemons/1.0.7

daemons / 1.0.7

Short description: A toolkit to convert your script to a controllable daemon
Category: Library/Server
Status: production
Created: 2005-02-08 12:24:15 GMT
Last update: 2007-07-08 15:48:13 GMT
Owner: Thomas Uehlinger (Projects of this owner)
Homepage: http://daemons.rubyforge.org
Download: http://rubyforge.org/projects/daemons
License: Ruby's
Dependency:
Required by: echi-converter/0.1.1
Description:

Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands.

If you want, you can also use daemons to run blocks of ruby code in a daemon process and to control these processes from the main application.

Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash.

Daemons includes the daemonize.rb script written by Travis Whitton to do the daemonization process.

Versions: [1.0.8 (2007-09-24)] [1.0.7 (2007-07-08)] [1.0.1 (2006-08-30)] [0.4.4 (2006-04-29)] [0.4.3 (2005-11-29)] [0.4.2 (2005-11-15)] [0.4.1 (2005-09-12)] [0.4.0 (2005-07-30)] [0.2.1 (2005-03-21)] [0.0.1 (2005-02-08)]

Edit this project (for project owner)

back to RAA top