What is the best epoll/kqueue/select equvalient on Windows?

Posted by blackwing on Stack Overflow See other posts from Stack Overflow or by blackwing
Published on 2008-09-15T21:20:26Z Indexed on 2010/03/20 21:21 UTC
Read the original article Hit count: 220

Filed under:
|
|
|
|

What is Windows' best I/O event notification facility?

By best I mean something that ...

  1. doesn't have a limit on number of input file descriptors
  2. works on all file descriptors (disk files, sockets, ...)
  3. provides various notification modes (edge triggered, limit triggered)

© Stack Overflow or respective owner

Related posts about Windows

Related posts about io