in reply to Re^3: Adding parallel processing to a working Perl script
in thread Adding parallel processing to a working Perl script
Thanks again, zentara.
Ugh. The whole reason I chose to use Capture::Tiny (after much research) is because it purports to solve all the problems that all the other methods of forking and exec-ing on Windows do not. I read its author's presentation titled How (Not) to Capture Output in Perl.
I certainly hope I don't have to abandon using Capture::Tiny now. After all, it's working brilliantly. What's failing is something related to my use of Parallel::ForkManager.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Adding parallel processing to a working Perl script
by zentara (Cardinal) on Apr 21, 2014 at 20:31 UTC |