2019年6月11日
摘要: ##内容回顾 多线程会遇到资源瓶颈,什么才是解决高并发最有效的方式呢 linux中提供了epoll 这种多路复用的IO模型,注意其他平台没有相应的实现 所以epoll仅在linux中可用 ##epoll ##epoll相关函数 ##epoll案例 #coding:utf-8import select 阅读全文
posted @ 2019-06-11 15:55 Icon-Liang 阅读(236) 评论(0) 推荐(0) 编辑