I/O多路轉接select/poll/epoll模型

I/O多路轉接(select/poll/epoll)php 一、I/O多路轉接select 系統提供select函數實現多路複用的輸入輸出模型web select系統調用讓程序監視多個文件描述符的狀態變化,程序會暫停到select這裏等待,直到被監視的文件描述符發送了狀態變化數組 #include<sys/select.h> //頭文件 int select (int nfds, fd_set
相關文章
相關標籤/搜索