in reply to Adding parallel processing to a working Perl script
And, what if you simply opened up several Terminal windows and ran a single command-line command, one per volume (or whatever), in each of those windows? Instead of taking an already-working script and “parallelizing it,” could you not by other means simply run instances of that unmodified script “in parallel,” using command line parameters to distinguish them?
Replies are listed 'Best First'. | |
---|---|
Re^2: Adding parallel processing to a working Perl script
by Jim (Curate) on Apr 21, 2014 at 15:06 UTC | |
by zentara (Cardinal) on Apr 21, 2014 at 16:18 UTC | |
by Jim (Curate) on Apr 21, 2014 at 17:24 UTC | |
by zentara (Cardinal) on Apr 21, 2014 at 20:31 UTC |