Linux網絡編程8(1) -- Socket五種I/O模型

1)阻塞I/O(blocking I/O) 2)非阻塞I/O (nonblocking I/O) 3) I/O複用(select 和poll) (I/O multiplexing) 4)信號驅動I/O (signal driven I/O (SIGIO)) 5)異步I/O (asynchronous I/O (the POSIX aio_functions)) 前四種都是同步,只有最後一種纔是異步
相關文章
相關標籤/搜索