Asynchronous I/O on Mac OS X

Posted by stas on Stack Overflow See other posts from Stack Overflow or by stas
Published on 2010-04-20T08:53:47Z Indexed on 2010/04/20 9:13 UTC
Read the original article Hit count: 390

Filed under:
|
|
|
|

Hi,

Meaning the C10K problem, what is the best way to do asynch I/O on Mac OS X (assume to use on Mac and iPhone/iPad)?

On Linux our choice is epoll, on Windows is I/O Completion Ports.

Top priority is performance and scalability (thousands of connections).

Thanks

© Stack Overflow or respective owner

Related posts about c++

Related posts about asynchronous