it reuses processes and I don't see zombies.while (1) { $pm->start and next; while ($inputcon = $daemon->accept()) { do_client_stuff($inputcon); } $pm->finish(); }
In reply to Re: Parallel::ForkManager leaves a zombie process from last child
by vsespb
in thread Parallel::ForkManager leaves a zombie process from last child
by makow2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |