RubyGems Navigation menu

daemons 1.3.0

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.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.4.1 - August 26, 2021 (29 KB)
  2. 1.4.0 - May 02, 2021 (29 KB)
  3. 1.3.1 - December 14, 2018 (28.5 KB)
  4. 1.3.0 - December 10, 2018 (28.5 KB)
  5. 1.2.6 - December 24, 2017 (28 KB)
Show all versions (41 total)

Development Dependencies (4):

pry-byebug ~> 3.0.0
rake ~> 0
rspec ~> 3.1
simplecov ~> 0

Owners:

Authors:

  • Thomas Uehlinger

SHA 256 checksum:

39a6f29310c8cc6fda68448fa87c354ef9dbfa42dc2a082d2afabf2f60e557db

Total downloads 240,184,406

For this version 169,543

License:

MIT

Required Ruby Version: >= 0

Links: