Exploiting Dual Core's with Py_NewInterpreter's separated GIL ?

Jean-Paul Calderone exarkun at divmod.com
Thu Nov 2 14:15:58 EST 2006


On Thu, 02 Nov 2006 19:32:54 +0100, robert <no-spam at no-spam-no-spam.com> wrote:
>I'd like to use multiple CPU cores for selected time consuming Python computations (incl. numpy/scipy) in a frictionless manner.

NumPy releases the GIL in quite a few places.  I haven't used scipy much,
but I would expect it does too.  Are you certain you need this complexity?

Jean-Paul



More information about the Python-list mailing list