Re: [Twisted-Python] Spurious commit/ticket links

2016-12-05 Thread Jean-Paul Calderone
On Sat, Dec 3, 2016 at 9:28 AM, Jean-Paul Calderone < exar...@twistedmatrix.com> wrote: > On Fri, Dec 2, 2016 at 9:28 PM, Glyph Lefkowitz > wrote: > >> > On Dec 2, 2016, at 4:49 PM, Jean-Paul Calderone < >> exar...@twistedmatrix.com> wrote: >> > >> > I deployed this to production. I don't see a

Re: [Twisted-Python] memory leaks

2016-12-05 Thread Glyph Lefkowitz
> On Dec 4, 2016, at 9:50 AM, Jean-Paul Calderone > wrote: > > On Sun, Dec 4, 2016 at 12:50 AM, Glyph Lefkowitz > wrote: > Following up on a Stack Overflow question from some time ago, > http://stackoverflow.com/questions/40604545/twisted-using-connectprotocol-

Re: [Twisted-Python] Spurious commit/ticket links

2016-12-05 Thread Glyph Lefkowitz
> On Dec 5, 2016, at 2:45 PM, Jean-Paul Calderone > wrote: > > On Sat, Dec 3, 2016 at 9:28 AM, Jean-Paul Calderone > mailto:exar...@twistedmatrix.com>> wrote: > On Fri, Dec 2, 2016 at 9:28 PM, Glyph Lefkowitz > wrote: > > On Dec 2, 2016, at 4:49 PM, Jean-Paul C

Re: [Twisted-Python] memory leaks

2016-12-05 Thread Amber "Hawkie" Brown
> On 6 Dec. 2016, at 17:09, Glyph Lefkowitz wrote: > > > twisted.logger._initialBuffer can consume a surprisingly large amount of > memory if logging is not initialized > > > The way that `twisted.logger` is supposed to work is that at process startup > time, the global log observer has a r

Re: [Twisted-Python] memory leaks

2016-12-05 Thread Glyph Lefkowitz
> On Dec 5, 2016, at 10:18 PM, Amber Hawkie Brown > wrote: > > >> On 6 Dec. 2016, at 17:09, Glyph Lefkowitz > > wrote: >> >> >> twisted.logger._initialBuffer can consume a surprisingly large amount of >> memory if logging is not initialized >> >> >> The way