摘要: 前言 我们知道nginx的效率非常高,能处理上万级的并发,其之所以高效离不开epoll的支持, epoll是什么呢?,epoll是IO模型中的一种,属于多路复用IO模型; 到这里你应该想到了,select,的确select也是一种多路复用的IO模型,但是其单个select最多只能同时处理1024个s 阅读全文
posted @ 2019-07-08 18:11 CoderJerry 阅读(2417) 评论(0) 推荐(1) 编辑
摘要: Signal Driven I/O •Concepts and steps for using signal driven I/O •UDP echo server using signal driven I/O •Readings – UNP Section 6.2, Ch25 Motivatio 阅读全文
posted @ 2019-07-08 16:27 CoderJerry 阅读(376) 评论(0) 推荐(0) 编辑