[Stackless] Re: [Python-Dev] Stackless Design Q.

Greg Ewing greg at cosc.canterbury.ac.nz
Tue Feb 26 03:20:16 CET 2002


Samuel Smith <smithsm at samuelsmith.org>:

> There should be a non blocking way for tasklets to communicate.

I was just giving an example of one mechanism that
could be built on the primitives. Many others are
obviously possible.

The point I was making is that it's not necessary 
to have a primitive that does both value-passing and
task-switching at the same time. Given a task-switching
primitive, value-passing can be built on top.

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg at cosc.canterbury.ac.nz	   +--------------------------------------+
_______________________________________________
Stackless mailing list
Stackless at www.tismer.com
http://www.tismer.com/mailman/listinfo/stackless



More information about the Stackless mailing list