how can I make it work?

Terry Reedy tjreedy at udel.edu
Mon Jul 9 02:05:05 EDT 2012


On 7/8/2012 10:02 PM, self.python wrote:
> it's a finder using threading to accelerate

Threading with Python does not accelerate unless all but one of the 
treads are i/o bound. You need multiple processes to use multiple cores 
in parallel.

-- 
Terry Jan Reedy






More information about the Python-list mailing list