in reply to Parallel::ForkManager takes too much time to start 'finish' function
Cross posted at Stackoverflow.
While we don't mind the occasional cross-post, please tell people so that there is no double work.
The usual approach is to give each forked child more work to do, by sending each child a batch of items to work on instead of launching a child for every work item. Launching and tearing down a child takes time, so ideally you don't do that too often.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Parallel::ForkManager takes too much time to start 'finish' function
by cavac (Prior) on Oct 29, 2018 at 15:59 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |