[Stackless] Real Threading for multiprocessors
Breton M. Saunders
breton.saunders at ntlworld.com
Tue Jun 10 00:48:28 CEST 2003
Guys,
I've been designing a large-scale server at work that could benefit
from running multiple threads in python simultaneously - aka real
threading, not the sequential-execution threading provided by the
standard python. Currently I implement threading at the C-code level
only.
I have two questions:
1) Does stackless provide a real threading model providing N
simultaneously executing threads on N processors? (I suspect not AFAIK)
2) How complex would it be to make the interpreter _really_ thread
safe?
I've been looking at the stackless code; but have really only just
started.
Thanks in advance,
-Brett
--
Breton M. Saunders <breton.saunders at ntlworld.com>
Brett Saunders Inc
_______________________________________________
Stackless mailing list
Stackless at www.tismer.com
http://www.tismer.com/mailman/listinfo/stackless
More information about the Stackless
mailing list