07 2016 档案

摘要:C/S系统实现两数求和 任务要求: 实现配置文件 实现日志滚动 设置非阻塞套接字,EPOLL实现 检测客户端的连接,设置心跳检测 主线程 + 心跳检测线程 + EPOLL的ET模式处理事务线程 注意事项:设置volatile类型跳出死循环 作品简介: 本次实验分为bin,config,include 阅读全文
posted @ 2016-07-22 10:34 handsomecui 阅读(2227) 评论(4) 推荐(6) 编辑
摘要://Client:#include #include #include #include int main(int argc, char **argv){ int sockfd; struct sockaddr_in address; int result; int num1 = 25, num2 = 30, num3 =... 阅读全文
posted @ 2016-07-15 19:59 handsomecui 阅读(421) 评论(0) 推荐(0) 编辑