Nginx 为什么这么快?
应用开发 2025-10-07 10:05:49
0

复制// select 系统调用 intselect(int maxfdp,什快fd_set *readfds,fd_set *writefds,fd_set *errorfds,struct timeval *timeout); // poll 系统调用 int poll(struct pollfd fds[], nfds_t nfds, int timeout); 1.2.3.4.