diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-05 14:24:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-05 14:24:41 +0000 |
commit | d7ea4e4c41c102a4ff58459a24db573f595b4d96 (patch) | |
tree | 0824e5eeb36465294b5163b88590a23e6a4c453d /devel/rubygem-daemons/pkg-descr | |
parent | 92d2d9352847d19d4b1b518e6679eddd2a71890c (diff) |
Notes
Diffstat (limited to 'devel/rubygem-daemons/pkg-descr')
-rw-r--r-- | devel/rubygem-daemons/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/rubygem-daemons/pkg-descr b/devel/rubygem-daemons/pkg-descr new file mode 100644 index 000000000000..df5b6a343fdc --- /dev/null +++ b/devel/rubygem-daemons/pkg-descr @@ -0,0 +1,13 @@ +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. + +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. + +WWW: http://daemons.rubyforge.org/ |