in reply to Re: fork() and wiatpid() quirk on RHEL AS 4 and PERL version 5.8.5
in thread fork() and wiatpid() quirk on RHEL AS 4 and PERL version 5.8.5

Or even:
$SIG{CHLD} = 'IGNORE'; # Children are automatically reaped.
  • Comment on Re^2: fork() and wiatpid() quirk on RHEL AS 4 and PERL version 5.8.5
  • Download Code

Replies are listed 'Best First'.
Re^3: fork() and wiatpid() quirk on RHEL AS 4 and PERL version 5.8.5
by nkx (Initiate) on Jan 15, 2009 at 19:44 UTC
    Thanks for your advice. I will test this and report the result.
Re^3: fork() and wiatpid() quirk on RHEL AS 4 and PERL version 5.8.5
by nkx (Initiate) on Jan 21, 2009 at 18:06 UTC
    Your advice was spot on and resolved the issue. Thank you!