[Twisted-Python] Re: [Twisted-commits] r12418 - survive a re-entrant call to .resumeProducing, which happens under the cf

James Y Knight foom at fuhm.net
Mon Nov 8 22:15:32 EST 2004


On Nov 8, 2004, at 9:06 PM, Brian Warner wrote:
> Modified:
>    trunk/twisted/web/static.py
> Log:
> survive a re-entrant call to .resumeProducing, which happens under the 
> cf
> reactor

Ew ew ew ew! That's just broken, reactors *really* shouldn't do that. I 
am pretty sure no resumeProducing implementations expect to be called 
again in response to their own write(), nor should they have to.

James





More information about the Twisted-Python mailing list