Re: [BangPypers] @dabeaz visiting b'lore

2010-03-31 Thread Anomit Ghosh
/2010/02/01/directi-hackfest-31st-january-2010/ -- Anomit Ghosh ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Co-operating threads

2010-10-20 Thread Anomit Ghosh
r me to explain all of these in one single reply. I'd suggest going through some of the examples in their docs for a better understanding of this unusual pattern of writing programs. No callbacks, no reactors, no deferreds ;-) [1] http://pypi.python.org/pypi/greenlet [2] http://eventlet.ne

Re: [BangPypers] Co-operating threads

2010-10-24 Thread Anomit Ghosh
e lines of code needed drastically. [1] http://dpaste.de/hd05/ -- Anomit Ghosh ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Co-operating threads

2010-10-25 Thread Anomit Ghosh
On Mon, Oct 25, 2010 at 1:10 PM, Senthil Kumaran wrote: > I don't see the interaction of eventlet and GreenPool in this > snippet. How does it happen? > Whoops, really sorry about that. I was trying something else with GreenPool. Forgot to remove that line. --