Message210906
>> GetQueuedCompletionStatus(1 ms)->None took 0.307 ms (monotonic: 0.000 ms)
> So basically, on Windows, select(1ms) can be non-blocking?
I would not say non-blocking: it's just that select(N milliseconds) waits between N-1 and N milliseconds on Windows when HPET hardware (High Precision Event Timer) is present and enabled. Example:
GetQueuedCompletionStatus(10 ms)->None took 9.971 ms (monotonic: 0.000 ms) |
|
Date |
User |
Action |
Args |
2014-02-11 08:14:38 | vstinner | set | recipients:
+ vstinner, gvanrossum, neologix, python-dev |
2014-02-11 08:14:38 | vstinner | set | messageid: <1392106478.18.0.294648955896.issue20505@psf.upfronthosting.co.za> |
2014-02-11 08:14:38 | vstinner | link | issue20505 messages |
2014-02-11 08:14:37 | vstinner | create | |
|