Subject: | Use killfam in IPC::Run::signal? |
I'm using IPC::Run to launch a child process that in turn launches more
child procs.
When I do a kill_kill on the handle (due to a timeout), the first child
process is killed, but all of its children live on.
I did a quick hack to make IPC::Run::signal use Proc::Killfam::killfam
instead of plain ol' kill in order to resolve this issue.
I'm wondering if this might be something IPC::Run wants to do all the
time?
Thanks for writing/maintaining this useful package!