Closed mysterin closed 5 years ago
缺点是要轮询两次 fd 集合, 如果有数据的 socket 占比少, 这个方法就不划算, 而且 fd 集合还有大小限制.
对比 select 方法:
select
缺点是要轮询两次 fd 集合, 如果有数据的 socket 占比少, 这个方法就不划算, 而且 fd 集合还有大小限制.
epoll
对比 select 方法: