Re: [Twisted-Python] doPoll timeout problems

2018-10-16 Thread Glyph
> On Oct 16, 2018, at 7:28 PM, Wim Lewis wrote: > > Scott, Barry wrote: >> We are seeing a problem with poll being called very often and think that the >> problem is in the timeout calculation. > > I think you're right and that changing that line to use ceil() is a good fix. > It does mean t

Re: [Twisted-Python] State of Names / DNS server

2018-10-16 Thread Glyph
> On Oct 16, 2018, at 11:07 AM, Wim Lewis wrote: > > Evilham writes: >> Also, I recall this PR from early summer, which appears to have been >> OK'd but is blocked by some failure in appveyor + buildbot: >> https://github.com/twisted/twisted/pull/954 > > That one's mine. I've finally figured o

[Twisted-Python] doPoll timeout problems

2018-10-16 Thread Wim Lewis
Scott, Barry wrote: We are seeing a problem with poll being called very often and think that the problem is in the timeout calculation. I think you're right and that changing that line to use ceil() is a good fix. It does mean that some timeouts might happen up to a millisecond later than the

Re: [Twisted-Python] State of Names / DNS server

2018-10-16 Thread Wim Lewis
Evilham writes: Also, I recall this PR from early summer, which appears to have been OK'd but is blocked by some failure in appveyor + buildbot: https://github.com/twisted/twisted/pull/954 That one's mine. I've finally figured out the Twisted CI infrastructure well enough to get things marked