高并发高吞吐IO秘密武器——epoll池化技术

ext2,ext4,xfs 等这种真正的文件系统的 fd ,无法使用 epoll 管理;socket fd,eventfd,timerfd 这些实现了 poll 调用的可以放到 epoll 池进行管理;