Python threads and Numeric/SciPy exploit Dual Core ?
Fredrik Lundh
fredrik at pythonware.com
Mon Oct 2 06:46:01 EDT 2006
More information about the Python-list mailing list
Mon Oct 2 06:46:01 EDT 2006
- Previous message (by thread): Python threads and Numeric/SciPy exploit Dual Core ?
- Next message (by thread): Python threads and Numeric/SciPy exploit Dual Core ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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>
- Previous message (by thread): Python threads and Numeric/SciPy exploit Dual Core ?
- Next message (by thread): Python threads and Numeric/SciPy exploit Dual Core ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list