摘要: 一、poll介绍函数原型:#include int poll(struct pollfd *fds, nfds_t nfds, int timeout);struct pollfd定义:struct pollfd { int fd; /* file descriptor */... 阅读全文
posted @ 2015-07-17 11:14 冷冰若水 阅读(550) 评论(0) 推荐(0) 编辑
摘要: 一、介绍reactor模式二、使用reactor模式三、参考http://blog.csdn.net/swordmanwk/article/details/6170995 该文章,简单介绍了reactor模式,大概了解reactor的原理http://blog.csdn.net/linxcool/a... 阅读全文
posted @ 2015-07-17 09:26 冷冰若水 阅读(255) 评论(0) 推荐(0) 编辑