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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to