如何理解IO多路複用的三種機制Select,Poll,Epoll?

1.Select 首先先分析一下select函數 int select( int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset, const struct timeval *timeout ); 【參數說明】 int maxfdp1 指定待測試的文件描述字個數,它的值是待測試的最大描述字加1。 fd_set *reads
相關文章
相關標籤/搜索