Is Stackless and uthread.py SMP friendly?

Gary D. Duzan gdd0 at gte.com
Fri Dec 15 13:49:55 EST 2000


In article <ku1yva5ocq.fsf at lasipalatsi.fi>,
Erno Kuusela  <erno-news at erno.iki.fi> wrote:
>In article <91br9v$qa4$1 at nnrp1.deja.com>, jbalding at hotmail.com writes:
>
>| will Stackless and uthread.py make my SMP
>| experience with Python a happy one?
>
>it should work just fine, since microthreads don't use os threads.

   True, but I believe the real question was whether microthreads
could run on different CPUs, to which I believe the answer is "no".
It will work fine, but only on one CPU per process.

					Gary Duzan
					Verizon Laboratories





More information about the Python-list mailing list