Pythoin MUD (PyMUD?)

Greg Ewing greg at cosc.canterbury.ac.nz
Mon Jun 25 01:54:40 EDT 2001


Remco Gerlich wrote:
> 
> you need only one drunken wizard to
> code an infinite loop, and your driver locks up. I haven't found a solution
> yet

Stackless could be a solution. Pre-emptively scheduled
microthreads. Your drunken wizard's code still runs forever,
but other things can happen at the same time.

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg



More information about the Python-list mailing list