in reply to Re^2: Split process->check ->and run Parallelin 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.