RAA - daemonize

daemonize / 0.1.1

Short description: Convert an existing program to a daemon
Category: Library/System
Status: beta
Created: 2004-11-05 17:16:54 GMT
Last update: 2005-02-04 19:19:34 GMT
Owner: Travis Whitton (Projects of this owner)
Homepage: http://grub.ath.cx/daemonize/
Download: http://grub.ath.cx/daemonize/daemonize-current.tar.gz
License: Ruby's
Dependency:
None
Description:

Daemonize is a module derived from Perl's Proc::Daemon module. This module allows you to easily modify any existing Ruby program to run as a daemon. A daemon is a process that runs in the background with no controlling terminal. Generally servers (like FTP and HTTP servers) run as daemon processes.

Versions: [0.1.1 (2005-02-04)] [0.1.0 (2004-11-05)]

Edit this project (for project owner)

back to RAA top