On 11/2/06, David Worrall <vip avatar.com.au> wrote:
> Hi All,
> Can anyone tell me whether or not the python threading
module can
> make use of multiple processors
> (such as on the intel Mac)?
>
Yes, it can, but the global interpreter lock means only one
thread at
a time can be executing pure Python code.
-bob
_______________________________________________
Pythonmac-SIG maillist - Pythonmac-SIG python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
|