in reply to Re^2: Using Perl to run a Windows command-line utility many times with ordered, parallel execution
in thread Using Perl to run a Windows command-line utility many times with ordered, parallel execution
Thread::Queue would work just as well, though it would consume a little more memory without some additional code to limit the size of the queue.
But for the OPs 10k items and 20 threads that would still come in at less than 40mb.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Using Perl to run a Windows command-line utility many times with ordered, parallel execution
by Jim (Curate) on Apr 17, 2014 at 00:35 UTC | |
by BrowserUk (Patriarch) on Apr 17, 2014 at 02:30 UTC |