Live data from Hacker News

Multiprocessing with Python

ibm.com

1–4 of 4 posts

Re: Multiprocessing with Python

#4
post #3

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.