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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to