会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
子都
博客园
首页
博问
闪存
新随笔
订阅
管理
2018年8月7日
linux 网络编程 3---(io多路复用,tcp并发)
摘要: 1,io模型: 阻塞io、非阻塞io、io多路复用,信号驱动io。 阻塞Io与非阻塞io的转换,可用fcntl()函数 #include<unistd.h> #include<fcntl.h> int fcntl(int fd,int cmd,...); 2,io多路复用 在应用程序中同时处理多路输
阅读全文
posted @ 2018-08-07 20:41 子都
阅读(735)
评论(0)
推荐(0)
编辑