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