Re: [Twisted-Python] Clarification or pausing a consumer

2017-10-13 Thread Glyph
> On Oct 13, 2017, at 5:47 PM, Jean-Paul Calderone > wrote: > > On Fri, Oct 13, 2017 at 8:29 AM, Barry Scott > wrote: > I have a app that needs to send data as an http response. But the data is > produced slowly. More slowly then the time taken to transmit i

Re: [Twisted-Python] Clarification or pausing a consumer

2017-10-13 Thread Jean-Paul Calderone
On Fri, Oct 13, 2017 at 8:29 AM, Barry Scott wrote: > I have a app that needs to send data as an http response. But the data is > produced slowly. More slowly then the time taken to transmit it. > > The consumer keeps calling resumeProducing, but there is no data to send > often. > This sounds l