Persistent variable in subprocess using multiprocessing?

Wai Yip aurora00 at gmail.com
Fri Jul 17 00:03:14 EDT 2009


I think Diez' example show this work automatically in Unix. In my case
I use Windows. I use the multiprocessing.Array to share data in shared
memory. multiprocessing.Array has a limitation that it can only
reference simple C data types, not Python objects though.

Wai Yip Tung



More information about the Python-list mailing list