> 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
> 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
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
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