Fork me on GitHub
  2020年4月28日
摘要: ###IO模型简介```python"""我们这里研究的IO模型都是针对网络IO的Stevens在文章中一共比较了五种IO Model: * blocking IO 阻塞IO * nonblocking IO 非阻塞IO * IO multiplexing IO多路复用 * signal drive 阅读全文
posted @ 2020-04-28 13:21 OBOS 阅读(156) 评论(0) 推荐(0) 编辑