On Wed, May 20, 2015 at 11:09 AM, <[email protected]> wrote: > > I'm running a small simple tcp & udp monitoring daemon using INET sockets in > perl. I'm wondering how long I can safely expect perl + this app to run > non-stop? It's run for ~ 6 wks. so far on HPUX and RH linux without bad > behavior (leaks, crashes, execution errors, etc.). I'd prefer to avoid > the added complexity of periodically forking a new daemon if six months or > so is reasonably achievable. What do others experience?
If there are no leaks/bugs in your code or in the version of Perl you're running then that daemon should run fine indefinitely without problems. -- Matthew Horsfall (alh) _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

