Вопрос

Are there in AIX mechanisms EPOLL(Linux2.6)/KQUEUE(FreeBSD)/IO Completion Port(Windows) or their equivalents?

And what kind of mechanisms are optimal for AIO on AIX for a large number of network connections?

For example according to the Benchmarks, the mechanisms KQUEUE / EPOLL much faster than SELECT. http://libevent.org/

Это было полезно?

Решение

I believe poll set is the best choice today. There is also the iocp interfaces which comes from windows. And there are the aio interfaces which use iocp under the covers. But, I believe poll set is the preferred choice of the three if you are using a relatively new version of AIX.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top