Can python threads take advantage of use dual core ?
Bjoern Schliessmann
usenet-mail-0306.20.chr0n0ss at spamgourmet.com
Fri Aug 17 15:25:43 EDT 2007
nikhilketkar wrote:
> What are the implications of the Global Interpreter Lock in Python
> ?
Please have a look at the archives. This topic is brought up anew
every few weeks.
> Does this mean that Python threads cannot exploit a dual core
> processor and the only advantage of using threads is in that
> computation and IO-bound operations can continue in parallel ?
Not generally, no.
Regards,
Björn
--
BOFH excuse #93:
Feature not yet implemented
More information about the Python-list
mailing list