IO模型及select、poll、epoll和kqueue的區別

(一)首先,介紹幾種常見的I/O模型及其區別,如下: blocking I/O nonblocking I/O I/O multiplexing (select and poll) signal driven I/O (SIGIO) asynchronous I/O (the POSIX aio_functions)—————異步IO模型最大的特點是 完成後發回通知。 阻塞與否,取決於實現IO交換
相關文章
相關標籤/搜索