再談select, iocp, epoll,kqueue及各種I/O複用機制

首先,介紹幾種常見的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) blocking I/O     這個不用多解釋吧,阻塞套接字。下圖是它調用過程的圖示
相關文章
相關標籤/搜索