[Tutor] Python and the Global Interpreter Lock

OkaMthembo zebra05 at gmail.com
Thu Aug 7 15:28:39 CEST 2008


Hi there,

I just came across something called the Global Interpreter Lock, and
apparently its a condition where an interpreter locks resources to
avoid sharing them with other apps/ processes on the system? I wish to find
out what this means in terms of Python. for example does it mean
that Python cannot take advantage of multiple CPUs? And does it mean that
only one interpreter will run per box in a hosting environment?

I look forward to enlightenment.

Thanks,

-- 
Lloyd Dube
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20080807/a839e31f/attachment.htm>


More information about the Tutor mailing list