Davide Libenzi wrote: >Ok, this pretty much stops every attempt to test/compare AIO with sys_epoll ... > It would be useful to compare async poll (the patch that started this thread) with sys_epoll. sys_epoll is expected to perform better since it ignores multithreading issues and amortizes registration across multiple events, but it would be interesting to know by how much.