On Thu, 02 Nov 2006 19:32:54 +0100, robert <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to