multiprocessing: pool with blocking queue

J Kenneth King james at agentultra.com
Thu Jul 2 12:06:58 EDT 2009


masher <vertespain at gmail.com> writes:

> My questions, then, is: Is there a more elegant/pythonic way of doing
> what I am trying to do with the current Pool class?

Forgive me, I may not fully understand what you are trying to do here
(I've never really used multiprocessing all that much)...

But couldn't you just assign your own Queue object to the Pool instance?



More information about the Python-list mailing list