[Python-Dev] Addition of "pyprocessing" module to standard lib.
Nick Coghlan
ncoghlan at gmail.com
Wed May 14 06:42:44 CEST 2008
Tom Pinckney wrote:
> Why not use MPI? It's cross platform, cross language and very widely
> supported already. And there're Python bindings already.
The point of pyprocessing is that fact that the API is the same as that
of the threading module - making it very easy to convert a multithreaded
program to a multiprocessing one, and hence making it easy to exploit
multiple processors in a CPU bound Python program, regardless of the
restrictions imposed by Python's GIL.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
---------------------------------------------------------------
http://www.boredomandlaziness.org
More information about the Python-Dev
mailing list