[Stackless] Transferring data between tasklets
Christian Tismer
tismer at tismer.com
Tue Feb 26 12:15:23 CET 2002
p.vrijlandt at aig.azn.nl wrote:
> Hi all,
>
> Can tasklets get at each other's variables?
> This would probably remove the need for a special channel, since you can
> define a channeling tasklet.
Tasklets will have some slots for data, and they can
use that for rendevouz operations.
An anonymous channel has the advantage that
tasklets don't need to know each other.
I think this all makes sense, and it is easy to
implement.
ciao - chris
--
Christian Tismer :^) <mailto:tismer at tismer.com>
Mission Impossible 5oftware : Have a break! Take a ride on Python's
Kaunstr. 26 : *Starship* http://starship.python.net/
14163 Berlin : PGP key -> http://wwwkeys.pgp.net/
PGP Fingerprint E182 71C7 1A9D 66E9 9D15 D3CC D4D7 93E2 1FAE F6DF
where do you want to jump today? http://www.stackless.com/
_______________________________________________
Stackless mailing list
Stackless at www.tismer.com
http://www.tismer.com/mailman/listinfo/stackless
More information about the Stackless
mailing list