2005227042
全部博文(239)
Python(5)
Kernel File(8)
Kernel Debu(6)
Utility(5)
Kernel(13)
Mad masochi(8)
PostgreSQL(2)
Snmp(2)
Shell(7)
Network(38)
C/C++(26)
Debug(16)
2019年(9)
2018年(64)
2017年(2)
2016年(26)
2015年(30)
2014年(41)
2013年(65)
2012年(2)
qtdszws
haley_20
kangle00
songcong
qingfeng
xiebaoyo
wjlkoore
frankzfz
轨迹16
sun_ok
Yan999
yxhansom
Funny_Bo
Leopold_
chengxuy
pppstar
新的旅程
sdjiss
发布时间:2013-11-15 11:21:34
......【阅读全文】
发布时间:2013-11-15 11:21:21
发布时间:2013-11-15 11:20:42
发布时间:2013-11-15 11:20:19
发布时间:2013-11-07 11:12:50
1. epoll有2种模式, 水平触发(LT)&边缘触发(ET)。 在LT模式下,当epoll可读/写时,epoll_wait就会返回可读/写的fd,若没有读/写完,会一直触发。 在ET模式下,当epoll可读/写时,epoll_wait就会返回可读/写的fd,但只会触发一次,即使没有读/写完,也不会再触发。2. epoll的三.........【阅读全文】
登录 注册