On Tue, Sep 18, 2012 at 10:26 AM, Dhananjay wrote:
> Dear all,
>
> I am trying to use multiprocessing module.
> I have 5 functions and 2000 input files.
>
> First, I want to make sure that these 5 functions execute one after the
> other.
> Is there any way that I could queue these 5 functions with
Dear all,
I am trying to use multiprocessing module.
I have 5 functions and 2000 input files.
First, I want to make sure that these 5 functions execute one after the
other.
Is there any way that I could queue these 5 functions within the same
script ?
Next, as there are 2000 input files.
I coul