in reply to Re^3: Run a script in parallel mode
in thread Run a script in parallel mode

Hi again! I want to thank you all for your input and particularly code snippets. I actually tested marioroy's code and it works as I needed. Parallelization is actually faster now.
Thank you again!

Replies are listed 'Best First'.
Re^5: Run a script in parallel mode
by marioroy (Prior) on Jun 02, 2015 at 23:03 UTC

    I updated the code snippet to have workers remove the input file after running. You may have already done that in your code.

      Yes yes, already did that but thanks anyway :)