Junhc

岂止于博客

IO模型

用户空间、内核空间
五种I/O模型
  1. 阻塞I/O

  2. 非阻塞I/O
  3. I/O复用(select和poll)
  4. 信号驱动I/O(SIGIO)
  5. 异步I/O
参考资料