Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AIX 机制中是否有 EPOLL(Linux2.6)/KQUEUE(FreeBSD)/IO Completion Port(Windows) 或它们的等价物?
什么样的机制最适合 AIX 上的 AIO 来处理大量网络连接?
例如,根据 Benchmarks,KQUEUE / EPOLL 机制比 SELECT 快得多。 http://libevent.org/
我相信投票集是今天的最佳选择。还有来自windows的iocp接口。还有一些使用 iocp的aio接口。但是,如果您使用的是相对较新的 AIX 版本,我相信 poll set 是三者中的首选。