"robert" wrote:

> Simple Python code obviously cannot use the dual core by Python threads.
> Yet, a program drawing CPU mainly for matrix computations - preferably
> with Numeric/SciPy -  will this profit from a dual core when using 2 (or
> more) Python threads?

as long as the binding releases the GIL, sure.

</F> 



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

Reply via email to