This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients gvanrossum, neologix, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2014-01-23.22:00:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390514419.2293.20.camel@fsol>
In-reply-to <1390513193.08.0.534894544523.issue20311@psf.upfronthosting.co.za>
Content
> "The  timeout  argument specifies the minimum number of milliseconds
> that epoll_wait() will block.  (This interval will be rounded up to
> the system clock granularity, and kernel scheduling delays mean that
> the blocking  interval may  overrun  by  a  small  amount.)"
> 
> I read minimum, not maximum here :-)

Aren't you using different clocks, though?
The excerpt above says "system clock" (which admittedly sounds a bit
vague :-)).
History
Date User Action Args
2014-01-23 22:00:21pitrousetrecipients: + pitrou, gvanrossum, vstinner, neologix, python-dev, serhiy.storchaka
2014-01-23 22:00:21pitroulinkissue20311 messages
2014-01-23 22:00:21pitroucreate