in reply to Re^2: Split process->check ->and run Parallel
in thread Split process->check ->and run Parallel

You're right. The parent can just trap SIGCHLD and whatever "I'm done" signal the child is sending and sleep.

  • Comment on Re^3: Split process->check ->and run Parallel