<flow4> what's the best way to handle children pids? For example if one fails, the other should be sigkill'd. An array?
<Wulf> flow4: if you know the number of childs, that will work
<flow4> Wulf, and I want to wait for all the children to end. I use the ECHILD error to determine when to stop. (I saw it somewhere) Is that the only way?
<Wulf> flow4: btw, I don't think that killing your children is a good idea.
<aroach31291> lol
<aroach31291> i was waiting for that