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 -- http://mail.python.org/mailman/listinfo/python-list