Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
Multiprocessing with Python | Better HN
Multiprocessing with Python
(opens in new tab)
(ibm.com)
36 points
jaspertheghost
17y ago
3 comments
Share
3 comments
default
newest
oldest
artificer
17y ago
For those who want this functionality but use a version of Python older than 2.6, there is a backport of this module:
http://code.google.com/p/python-multiprocessing/
hendler
17y ago
How does this relate/interoperate with stackless python?
http://www.stackless.com/
jnoller
17y ago
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.
j
/
k
navigate · click thread line to collapse