> was not able to reproduce the problem you report. Can you give more explicit instructions to do this?

Sorry that I didn't think to include a debug mode before posting that... in order to see what I'm talking about, you need to tail/watch wherever you put local6 logs; or change the log facility from local6 to something else that you're already logging w/ your syslogger.

> In other words, you may want to change your handler definitions to something like: >snip<

Aha, I'll go and try that - thanks for reminding me about the perlipc perldoc!

> Can you elaborate on why you want to turn this into a class?

Well, it's part of a larger piece of software that I'm working on; an event processing engine - part of the functionality will be a master process that dynamically forks off other daemons... I thought having a real Class for this Daemonizer thing would be beneficial and cleaner and more powerful once I added some features.

Thanks for your help!


In reply to Re^2: daemon ... oop'ified? by Zarathustra
in thread daemon ... oop'ified? by Zarathustra

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.