in reply to Re^3: Stop fork in Parallel::ForkManager
in thread Stop fork in Parallel::ForkManager

Thanks for all the replies

Urthas, you did not miss the boat here because your code looks to be a crude version of what I am looking for and I'm thinking a more elegant solution doesn't exist.

the reason I call your code crude is because, while it works, it kills off each child one-by one instead of killing the remaining children all at once. I guess I was looking for a bomb ...but bullets will do

thank you
  • Comment on Re^4: Stop fork in Parallel::ForkManager