derby has asked for the wisdom of the Perl Monks concerning the following question:
Do not use Parallel::ForkManager with fork and wait.
Now I can see not using fork/wait in the parent process but for this particular project I need to fork/exec/wait in the child processes (via system - don't ask).
So my question is does the fork/wait caveat apply wholesale or is just for the parent process?
-derby
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Parallel::ForkManager fork/wait caveat
by Aristotle (Chancellor) on Oct 30, 2002 at 15:08 UTC | |
by dLuxx (Initiate) on Oct 30, 2002 at 15:38 UTC | |
by derby (Abbot) on Oct 30, 2002 at 15:48 UTC |