[BangPypers] Ideas for Python concurrency...
Baishampayan Ghose
b.ghose at gmail.com
Tue Feb 8 09:40:25 CET 2011
> Mutliprocessing means, data copying, talking to each other through PIPES,
> also it has its issues with running on Windows (all function calls should be
> pickelable)
>
> Threads seems pretty stable on most platforms where Python runs.
Threads won't help you much because of the Python GIL.
Regards,
BG
--
Baishampayan Ghose
b.ghose at gmail.com
More information about the BangPypers
mailing list