I dont know if twisted can really be counted as a scheduler. Its purpose is
more to do with nonblocking IO. To improve IO performance in stackless you
would need to add multiplexing to its scheduler(if it doesnt already have
it). http://eventlet.net/ seems to to this.
Dan
On Wed, Jun 9, 2010 at 9
Hi Folks:
My talk "Prototyping Go's Select for Stackless with Stackless.py" recently got
accepted to EuroPython. In the talk, I modified stackless.py to support the Go
language's Select statement. I support Select as a method rather than a Python
language feature. Implementing Select turns out