Fork me on GitHub
摘要: I/O模型的一些基本概念 POSIX定义 同步I/O操作(Synchronous I/O operation) 导致请求进程阻塞,直到I/O操作完成 异步I/O操作(Asynchronous I/O operation) 不导致请求进程阻塞 阻塞( Blocking ) 阻塞调用是指调用结果返回之前 阅读全文
posted @ 2021-02-26 15:59 WilliamCui 阅读(93) 评论(0) 推荐(0)