在Linux環境下select函數的初體驗

select介紹 在linux中, 主要的 IO複用方式中, 有epoll, poll 和select, 這次先來學習下select. select 能夠同時監視多個文件描述符的變法, 也支持超時返回. 先來看下select函數的定義 /* /usr/include/sys/select.h */  extern int select (int __nfds,               // 最
相關文章
相關標籤/搜索