Avatar
😀

Organizations

1 results for I/O
  • I/O

    前言

    • 数据的读取分为:

      1. 等待数据准备

      2. 等待内核拷贝至用户空间

    • 基本模型矩阵

      阻塞 非阻塞
      同步 Read/Write Read\Write(O_NONBLOCK)
      异步 I/O multiplexing(select/poll) AIO
    I/O Created Mon, 25 Feb 2019 00:00:00 +0000