[Stackless] Stackless on SMP
Bob Ippolito
bob at redivi.com
Sun May 23 23:05:29 CEST 2004
On May 23, 2004, at 4:42 PM, Isaac wrote:
> This might be an FAQ, but I'm not finding it anywhere...
>
> How well does Stackless take advantage of machines with multiple
> processors, or Intel's Hyper-threaded processors?
It doesn't. Python (CPython and derived implementations such as
Stackless anyway) is designed in such a way that makes it impossible to
take advantage of threads. If you want to take advantage of multiple
execution contexts then you need to use separate processes.
-bob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2357 bytes
Desc: not available
URL: <http://www.stackless.com/pipermail/stackless/attachments/20040523/0af96de6/attachment.bin>
-------------- next part --------------
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list