Re: [Twisted-Python] Deferred on PyPI

2009-12-06 Thread Mikeal Rogers
On Sun, Dec 6, 2009 at 3:35 PM, wrote: > On 09:10 pm, j...@mumak.net wrote: > >> On Mon, Dec 7, 2009 at 6:29 AM, wrote: >> >>> On 09:26 am, j...@mumak.net wrote: >>> Hello, A while ago at EuroPython, Mikeal Rogers and I talked about Deferreds and how they don't really depend

Re: [Twisted-Python] Deferred on PyPI

2009-12-06 Thread exarkun
On 09:10 pm, j...@mumak.net wrote: On Mon, Dec 7, 2009 at 6:29 AM, wrote: On 09:26 am, j...@mumak.net wrote: Hello, A while ago at EuroPython, Mikeal Rogers and I talked about Deferreds and how they don't really depend on the rest of Twisted. Later, Mikeal made a branch that extracted Defe

[Twisted-Python] A simple DeferredPool class

2009-12-06 Thread Terry Jones
I submitted a talk on Twisted Deferreds to the US PyCon about, but it was unfortunately rejected. The main point I'd planned to make was how nice the deferred mechanism is, as evidenced by the number of times I've wanted to do things that might be complex in other scenarios but which just fall out

Re: [Twisted-Python] Deferred on PyPI

2009-12-06 Thread Jonathan Lange
On Mon, Dec 7, 2009 at 6:29 AM, wrote: > On 09:26 am, j...@mumak.net wrote: >>Hello, >> >>A while ago at EuroPython, Mikeal Rogers and I talked about Deferreds >>and how they don't really depend on the rest of Twisted. Later, Mikeal >>made a branch that extracted Deferred out of the rest of Twist

Re: [Twisted-Python] AbstractDatagramProtocol implementation question

2009-12-06 Thread exarkun
On 3 Dec, 11:33 pm, olivier.par...@free.fr wrote: >I am studying the implementation of twisted UDP-related classes, and I >do not understand the point of the "numPorts" attribute of >AbstractDatagramProtocol. > >It is clearly designed to avoid multiple calls to startProtocol() from >doStart(), but

Re: [Twisted-Python] Deferred on PyPI

2009-12-06 Thread exarkun
On 09:26 am, j...@mumak.net wrote: >Hello, > >A while ago at EuroPython, Mikeal Rogers and I talked about Deferreds >and how they don't really depend on the rest of Twisted. Later, Mikeal >made a branch that extracted Deferred out of the rest of Twisted, and >I contributed a patch to make it more c

[Twisted-Python] Deferred on PyPI

2009-12-06 Thread Jonathan Lange
Hello, A while ago at EuroPython, Mikeal Rogers and I talked about Deferreds and how they don't really depend on the rest of Twisted. Later, Mikeal made a branch that extracted Deferred out of the rest of Twisted, and I contributed a patch to make it more correct. You can find the latest release