I/O模型 与 select, iocp, epoll,kqueue

1,IO模型如下: 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   当用户进程调用了recvfrom这个(system call)系统调用,k
相关文章
相关标签/搜索