in reply to
handling HUP signals
The Description in the documentation for
Sys::SigAction
may provide a partial answer.
Comment on
Re: handling HUP signals
Replies are listed 'Best First'.
Re^2: handling HUP signals
by
druidmatrix
(Acolyte)
on May 22, 2008 at 22:23 UTC
Traveler, thank you for your reply. I did try to use POSIX handlers, but I see the same thing. So replacing the signal handlers with POSIX handlers in the code above doesn't seem to make a difference.
[reply]
In Section
Seekers of Perl Wisdom