in reply to Parallel::ForkManager run_on_finish() bug?
Is this on Windows? There shouldn't be any $SIG{CHLD} handler necessary, as P::FM uses waitpid to determine when a process ends and whether to call run_on_finish(). I'm not sure if that would work on Windows.
Or is there some other code calling wait() or waitpid()?
Are you calling wait_all_children() after you're done?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Parallel::ForkManager run_on_finish() bug?
by bot403 (Beadle) on May 03, 2012 at 21:33 UTC |