On Sep 3, 9:15 am, Michele Simionato <[EMAIL PROTECTED]>
wrote:
> On Sep 3, 2:21 am, llothar <[EMAIL PROTECTED]> wrote:
>

> My personal opinion (and I am not the only one in the Python
> community) is that
> if you want to scale the way to go is to use processes, not threads,
> so removing the GIL would be a waste of effort anyway.
> Look at the 'processing' module in PyPI.
>
>  Michele Simionato


I second that. You may also look here,
http://www.parallelpython.com/

I tested it and work as expected. You can see all your processing-
cores work nicely and balanced.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to