导航

2014年6月2日

摘要: 本文的内容是下面几篇文章阅读后的内容摘要: http://www.kegel.com/c10k.html (英文版) http://www.oschina.net/translate/c10k (中文翻译版) http://www.cnblogs.com/fll/archive/2008/05/17/1201540.html The C10K problem http://blog... 阅读全文

posted @ 2014-06-02 20:17 蝈蝈俊 阅读(355) 评论(0) 推荐(0)

摘要: I/O模型 Linux 下的五种I/O模型 阻塞I/O(blocking I/O) 非阻塞I/O (nonblocking I/O) I/O复用(select 和poll) (I/O multiplexing) 信号驱动I/O (signal driven I/O (SIGIO)) 异步I/O (asynchronous I/O (the POSIX ai... 阅读全文

posted @ 2014-06-02 18:15 蝈蝈俊 阅读(2228) 评论(0) 推荐(1)