http://www.perlmonks.org?node_id=186888


in reply to Re: Re: daemonize a perl script on redhat linux 7.3
in thread daemonize a perl script on redhat linux 7.3

I heartily third that recommendation. I've gotten so much

use out of that book. The best thing is the example code,

much like the Richard Stevens 'C' code from "Advance

Programming in the Unix Enviorment", you can take the code,

make minimal changes and your up an running. I've had to

write a few daemon processes in the last year, and the book

was a great help. The daemon code in Chapter 14 will give

you syslogging and kill -HUP functionality as well.

STH