
网络编程
EntropyArrow
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
对异步I/O的简单介绍
da duo s Most beginning programmers start with blocking IO calls.An IO call is synchronous if, when you call it, it does not returnuntil the operation is completed, or until enough timehas passed t翻译 2014-09-17 10:46:27 · 790 阅读 · 0 评论 -
Libevent使用手册(0):预备工作
Libevent概览 Libevent is a library for writing fast portable nonblocking IO. Itsdesign goals are: Portability A program written using Libevent should work across all the platforms Libevent su翻译 2014-10-10 13:50:29 · 971 阅读 · 0 评论