Downloadliste

Projektbeschreibung

Daemonize is a Ruby module derived from Perl's
Proc:: Daemon module. It allows you to easily
modify any existing Ruby program to run as a
daemon. Converting a program to a daemon by hand
is a relatively simple process; however, this
module will save you the effort of repeatedly
looking up the procedure, and it will also ensure
that your programs are daemonized in the safest
and most correct fashion possible.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-08-02 21:29
0.1.2

Schließen Sie alle geöffneten Datei-Handles ist jetzt optional und standardmäßig auf "false". Der Installation verwendet jetzt setup.rb für mehr Flexibilität.
Tags: Minor feature enhancements
Closing all open file handles is now optional and defaults to false. The install process now uses setup.rb for greater flexibility.

2005-02-04 21:49
0.1.1

Diese Version verbessert den Mechanismus, mit dem Datei-Deskriptoren geschlossen sind und eine bessere Randomisierung zwischen Daemon und Laich-Prozesse. Kleine Verbesserungen Lesbarkeit wurden ebenfalls vorgenommen.
Tags: Minor feature enhancements
This release improves the mechanism where file descriptors are closed and provides better randomization between daemonized and spawning processes. Small readability enhancements have also been made.

2004-11-05 22:49
0.1.0

Tags: Initial freshmeat announcement

Project Resources