摘要: 文件锁和IO多路复用 一直没用过fcntl/select/poll/epoll,今天便花了点时间看看,主要简短的记录几个例子。 1.fcntl #include<sys/types.h> #include<unistd.h> #include<fcntl.h> int fcntl(int fd, i 阅读全文
posted @ 2022-06-04 20:47 念秋 阅读(60) 评论(0) 推荐(0)