On Thu, May 7, 2009 at 9:11 PM, Doug Farrell <[email protected]> wrote: > This reference to the Cooperator really helped me out, I just didn’t know > what to look for in the Twisted system to do what I wanted with co-operating > state machines. I did build a little prototype using deferreds that does > provide the behavior I was after, but it was awkward at best to set up. I > felt like there should be something more elegant, and the Cooperator looks > like exactly what I need. I’m going to try and set up a prototype to > experiment with so I understand it more.
Also, you might find the following useful in trying to understand task Cooperator: http://oubiwann.blogspot.com/2008/06/async-batching-with-twisted-walkthrough.html It really helped me out when I was learning how to use it. Good luck, Reza -- Reza Lotun +44 (0)7521 310 763 [email protected] _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
