分享我的发现,分享我的收藏,分享我的心情!!
10/02 3

http://zhoulifa.bokee.com/5351040.html
http://lse.sourceforge.net/epoll/index.html
http://www.hudong.com/wiki/epoll

Epoll是Linux内核为处理大批量句柄而作了改进的poll。要使用epoll只需要这三个系统调用:epoll_create(2), epoll_ctl(2), epoll_wait(2)。它是在2.5.44内核中被引进的(epoll(4) is a new API introduced in Linux kernel 2.5.44),在2.6内核中得到广泛应用,例如LightHttpd。
Tags:
分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]