if ($pid = fork()) { if ($pid2 = fork()) { ; } else { ; exit} } else { exit; } 1 while wait() > 0;