if ($pid = fork()) { if ($pid2 = fork()) { <process A>; } else { <process B>; exit} } else { <process C> exit; } 1 while wait() > 0; <publish files>
Any clues to why this is happening would be appreciated. Is the wait() command all messed up? thanks
In reply to fork exits prematurely leaving zombies by perllearner
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |