question about multiprocessing

News123 news1234 at free.fr
Thu Jun 24 16:55:39 EDT 2010


hywhy wrote:
> thanks,friend!
> I wanna use Queue to share objects,but on windows, the multiprocessing
> module can‘t do this。 Is there any way to solve this problem!
> thanks



With  multiprocessing.SyncManager you should be able to exchange Queues
between different processes.




More information about the Python-list mailing list