Subject: | suggestion: "reap" method |
I tried to send this to Eric Roode but the e-mail bounced
the docs could say something about waiting, esp. in the inet server
example -- setting $SIG{CHLD}='IGNORE' with a comment would be enough;
unless proc::fork does something with waiting already. Perhaps a new
method, C<reap> which would happen when the child ends and work like
the other three?
I see that ignoring children is in the current version, along with
the retry method which makes sense too; would a reap method make
sense? Proc::Fork would have to own the CHLD handler, or offer
a waiting hook, or both.