摘要: int select(nfds, readfds, writefds, exceptfds, timeout) int nfds; fd_set *readfds, *writefds, *exceptfds; struct timeval *timeout; ndfs:select监... 阅读全文
posted @ 2010-07-23 17:38 p2liu 阅读(359) 评论(0) 推荐(0) 编辑
摘要: Unix中的函数select和poll用来,支持Unix中I/O复用的功能,在Unix中I/O模型可以分为以一几种: (1)阻塞I/O (2)非阻塞I/O (3)I/O复用(select和poll) (4)信号驱动I/O(SIGIO) (5)异步I/O 其中,现在比较流行的I/O模型是阻塞... 阅读全文
posted @ 2010-07-23 17:38 p2liu 阅读(264) 评论(0) 推荐(0) 编辑