
参考资料
文章平均质量分 91
sunnyboycao
这个作者很懒,什么都没留下…
展开
-
CHM文件格式
Microsofts HTML Help (.chm) formatPrefaceThis is documentation on the .chm format used by Microsoft HTML Help. This format has been reverse engineered in the past, but as far as I know this is th原创 2009-06-28 17:42:00 · 389 阅读 · 0 评论 -
转:Linux的EPoll模型
Linux的EPoll模型Linux 2.6内核中提高网络I/O性能的新方法-epoll I/O多路复用技术在比较多的TCP网络服务器中有使用,即比较多的用到select函数。1、为什么select落后首先,在Linux内核中,select所用到的FD_SET是有限的,即内核中有个参数__FD_SETSIZE定义了每个FD_SET的句柄个数,在我用的2.6.15-25-386内核中,该值是1024转载 2009-07-03 17:50:00 · 426 阅读 · 0 评论