APUE学习笔记 第十四章 高级I/O

第十四章 高级I/O

    本章涵盖众多概念和函数非阻塞I/O、记录锁、I/O多路转换函数(select和poll函数)、异步I/O、readv和writev函数以及存储映射I/O(mmap)。

 

参考:http://www.cnblogs.com/runnyu/p/4645754.html

select: https://blog.csdn.net/men_wen/article/details/53456435

poll:  https://blog.csdn.net/men_wen/article/details/53456474

epoll: https://blog.csdn.net/men_wen/article/details/53456491

https://blog.csdn.net/drdairen/article/details/53694550

 

猜你喜欢

转载自blog.csdn.net/m0_38099899/article/details/80098225