[Twisted-Python] Reentrant reactor iteration

2009-02-27 Thread Marcel Keller
Hi, I am working on the VIFF project (viff.dk) which uses Twisted. I found out that our code is sometimes inefficient because we are generating many deferreds (maybe about 1) in a callback. While doing that, no network communication is performed. Therefore, I investigated the possibility

Re: [Twisted-Python] Reentrant reactor iteration

2009-02-27 Thread Jean-Paul Calderone
On Fri, 27 Feb 2009 15:26:43 +0100, Marcel Keller wrote: Hi, I am working on the VIFF project (viff.dk) which uses Twisted. I found out that our code is sometimes inefficient because we are generating many deferreds (maybe about 1) in a callback. While doing that, no network communicatio