Skip to content
Snippets Groups Projects
Commit 83c04ee6 authored by Peter Harris's avatar Peter Harris Committed by Adam Jackson
Browse files

os: Add epoll-like pollset implementation for AIX


AIX's poll only allows FD_SETSIZE entries in the fd list, which is
insufficient for expanded MaxClients.

As a bonus, x11perf -noop with ~250 xlogos connected is slightly faster
with pollset:

 before          after         Operation
---------   ----------------   --------------------
5750000.0   5990000.0 (1.04)   X protocol NoOperation

Signed-off-by: default avatarPeter Harris <pharris@opentext.com>
Acked-by: default avatarKeith Packard <keithp@keithp.com>
parent bed28300
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment