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
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
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
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
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
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
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