Multiprocessing with Python(ibm.com)
ibm.com
Multiprocessing with Python
http://www.ibm.com/developerworks/aix/library/au-multiprocessing/index.html?ca=dgr-lnxw97Python-Multi&S_TACT=105AGX59&S_CMP=grsitelnxw97
3 comments
How does this relate/interoperate with stackless python?
http://www.stackless.com/
It's doesn't matter. It can run with stackless/within it, and you can use tasklets. This was designed to step around the GIL, not get involved in the coroutine/tasklet/etc rats nest.
http://code.google.com/p/python-multiprocessing/