RAA - daemons/0.4.0

daemons / 0.4.0

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: 2005-07-30 09:13:07 GMT
Owner: Thomas Uehlinger (Projects of this owner)
Homepage: http://daemons.rubyforge.org
Download: http://rubyforge.org/projects/daemons
License: Ruby's
Dependency:
None
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.

It uses daemonize.rb written by Travis Whitton to fork into the background, close file descriptors, set umask and so on.

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