Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Multiprocessing with Python
(
ibm.com
)
36 points
by
jaspertheghost
on March 26, 2009
|
hide
|
past
|
favorite
|
3 comments
artificer
on March 27, 2009
|
next
[–]
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
on March 27, 2009
|
prev
[–]
How does this relate/interoperate with stackless python?
http://www.stackless.com/
jnoller
on March 27, 2009
|
parent
[–]
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.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
http://code.google.com/p/python-multiprocessing/