Re: [Tutor] multiprocessing for nested function

2011-05-17 Thread tax botsis
I am trying to start multiple instances using a for statement but this is not working. Has anyone tried affinity module? Tax 2011/5/17 Emile van Sebille > On 5/17/2011 7:29 AM tax botsis said... > > Part of my code includes the following script, which both shows a >> progress bar (for as long

Re: [Tutor] multiprocessing for nested function

2011-05-17 Thread Emile van Sebille
On 5/17/2011 7:29 AM tax botsis said... Part of my code includes the following script, which both shows a progress bar (for as long as 'categorize_reports()' is executed) and prints the fileid and the output of the 'document' function; the latter is the one increasing the calculation time (please