摘要: select()系统调用可以使进程检测同时等待的多个I/O设备,当没有设备准备好时,select()阻塞,其中任一设备准备好时,select()就返回。 1: #include <sys/select.h> 2: #include <sys/time.h> 3: 4: int select(int maxfd, 5: ... 阅读全文
posted @ 2013-05-13 15:42 远东悟语 阅读(531) 评论(0) 推荐(1) 编辑

我是徐冬冬