Callbacks with concurrent.futures

Joseph L. Casale jcasale at activenetwerx.com
Wed Mar 11 16:18:02 EDT 2015


> ProcessPoolExecutor is built on the multiprocessing module, so I
> expect you should be able to use multiprocessing.Queue or
> multiprocessing.Pipe in place of threading.Queue.

Hi Ian,
Yeah I am using a Manager.Queue as the method polling the queue
is itself in a process.

I just wondered if there was some facility in the module that
provided communication or if I had to handle.

Thanks!
jlc



More information about the Python-list mailing list