Moving to Python 3
Moving to Python 3
Posted Feb 11, 2011 6:36 UTC (Fri) by njs (subscriber, #40338)In reply to: Moving to Python 3 by Cyberax
Parent article: Moving to Python 3
The multiprocessing module can use shared memory to pass state:
http://docs.python.org/library/multiprocessing.html#shari...
http://docs.python.org/library/multiprocessing.html#shari...
I've never used it, but in principle it should be pretty much equivalent to threads.
