Re: [Twisted-Python] finding out what's blocking the reactor

2019-05-14 Thread Glyph
> On May 14, 2019, at 8:39 AM, Scott, Barry wrote: > > On Monday, 13 May 2019 15:26:01 BST Chris Withers wrote: >> Hi All, >> >> On some busy instances of the app I'm working with/on, we see websocket >> connections being dropped due to not ping/ponging in time, I'm fairly >> sure this is as a

Re: [Twisted-Python] finding out what's blocking the reactor

2019-05-14 Thread Werner Thie
Hi all with periods of seemingly no activity the gc comes to mind. Is the working set size stable or ever increasing, swap operations might block activity of the process I had problems in the beginning with twisted, because I was holding on to a lot of objects and thus creating  circular non col

Re: [Twisted-Python] finding out what's blocking the reactor

2019-05-14 Thread Scott, Barry
On Monday, 13 May 2019 15:26:01 BST Chris Withers wrote: > Hi All, > > On some busy instances of the app I'm working with/on, we see websocket > connections being dropped due to not ping/ponging in time, I'm fairly > sure this is as a result of some user-written callbacks blocking the > reactor fo