in reply to Re^3: RFC: an(other) UNIX daemon module implementation
in thread RFC: an(other) UNIX daemon module implementation

Mmmm I didn't dig very deeply into daemontools, but it didn't seem somethig that mixed the daemon with the controlling script, although I may be mistaken (I just took a glance at it).
Rather, it seems to be a framework to provide systemd-like capabilities to the system.

systemd is likely to obsolete the concept of "daemon", since it takes care of all the work of launching an application in background.
- I like it - I was glad when Fedora adopted it :)
Unfortunately, I'm stuck on RHEL and CentOS 5/6 (you may read: support for Perl 5.8.8 required @_@)

As an exercise, I almost completely wrote the module I was thinking about - I'm implementing the "tie the handles to logging" part, now. It's quite funny :)

Cheers.

  • Comment on Re^4: RFC: an(other) UNIX daemon module implementation

Replies are listed 'Best First'.
Re^5: RFC: an(other) UNIX daemon module implementation
by afoken (Chancellor) on Jun 28, 2012 at 19:19 UTC
    Mmmm I didn't dig very deeply into daemontools, but it didn't seem somethig that mixed the daemon with the controlling script, although I may be mistaken (I just took a glance at it).
    Rather, it seems to be a framework to provide systemd-like capabilities to the system.

    Correct. Let me show how daemontools work on my little server at home:

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)