-
Name
-
daemons
-
Version
-
1.1.0
-
Platform
-
ruby
-
Authors
-
Thomas Uehlinger
-
Autorequire
-
daemons
-
Bindir
-
bin
-
Date
-
2010-06-20 00:00:00 UTC
-
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.
You can also call blocks as daemons and control them from the parent or just daemonize the current
process.
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.
-
Email
-
th.uehlinger@gmx.ch
-
Extra rdoc files
-
README
Releases
TODO
-
Files
-
LICENSE
README
Rakefile
Releases
TODO
examples/call/call.rb
examples/call/call_monitor.rb
examples/daemonize/daemonize.rb
examples/run/ctrl_crash.rb
examples/run/ctrl_exec.rb
examples/run/ctrl_exit.rb
examples/run/ctrl_hanging.rb
examples/run/ctrl_keep_pid_files.rb
examples/run/ctrl_monitor.rb
examples/run/ctrl_multiple.rb
examples/run/ctrl_normal.rb
examples/run/ctrl_ontop.rb
examples/run/ctrl_optionparser.rb
examples/run/ctrl_proc.rb
examples/run/ctrl_proc.rb.output
examples/run/ctrl_proc_multiple.rb
examples/run/ctrl_proc_multiple.rb.output
examples/run/ctrl_proc_simple.rb
examples/run/myserver.rb
examples/run/myserver_crashing.rb
examples/run/myserver_crashing.rb.output
examples/run/myserver_exiting.rb
examples/run/myserver_hanging.rb
lib/daemons.rb
lib/daemons/application.rb
lib/daemons/application_group.rb
lib/daemons/change_privilege.rb
lib/daemons/cmdline.rb
lib/daemons/controller.rb
lib/daemons/daemonize.rb
lib/daemons/etc_extension.rb
lib/daemons/exceptions.rb
lib/daemons/monitor.rb
lib/daemons/pid.rb
lib/daemons/pidfile.rb
lib/daemons/pidmem.rb
setup.rb
-
Has rdoc
-
true
-
Homepage
-
http://daemons.rubyforge.org
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubyforge project
-
daemons
-
Rubygems version
-
1.3.5
-
Specification version
-
3
-
Summary
-
A toolkit to create and control daemons in different ways
-
Original platform
-
ruby
-
New platform
-
ruby