Can python threads take advantage of use dual core ?

nikhilketkar nikhilketkar at gmail.com
Fri Aug 17 12:00:43 EDT 2007


What are the implications of the Global Interpreter Lock in Python ?
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 ?

Thanks,
Nikhil




More information about the Python-list mailing list