[Stackless] Realistic ticking and acting

stackless at kaishaku.org stackless at kaishaku.org
Thu Jul 13 02:14:27 CEST 2006


> I have written 7 different proof of concepts for a relatively simple idea.
> Each implementation has drawbacks. Today I wrote an 8th which does not use
> channels, and I felt much better about it, but it doesn't do what I want.

This is the code for the 5th and most promising proof of concept
before I attempted to allow actors simultaneous actions.

  http://kaishaku.org/Ticker5.py

I made great changes after this, attempting to get things right
and being forced to learn a lot more about stackless, but none
of my work proved fruitful.

The code works, and does some neat stuff, but does not allow
actors to perform two or more actions simultaneously.

I am posting it to give a better understanding of my intention
and current state of exploration for those interested.

-- 
 kai

_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list