高性能服務器編程-----I/O多路複用(poll)

I/O複用的第二個系統調用poll數組 poll  API詳解 poll與select相似,內核中也是在指定時間輪詢必定數量的文件描述符,以測試其中是否有就緒者。socket poll  API原型測試 #include<poll.h> int poll(struct pollfd* fds,nfds_t nfds,int timeout); //返回 -1出錯 0超時
相關文章
相關標籤/搜索