文件名称:代码
- 所属分类:
- 其他小程序
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2017-11-09
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- YES MAN*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
完成一个简单的回射服务器程序,包括服务器和客户端两部分,将实现以下功能:
1.客户端与服务器通过发送和接收报文进行通信;
2.服务器和客户端最高支持60000个并发连接;
3.报文长度设置为可变长度,以便进行压力测试;
4.本实验完成了EPOLL单线程事件驱动版本,并基于EPOLL服务器架构编写压力发生器,测试了服务器在不同并发条件下的性能(Complete a simple server program, including the server and the client two parts, will achieve the following functions:
1. the client communicates with the server by sending and receiving messages;
2. server and client support 60000 concurrent connections;
The length of the 3. message is set to variable length for pressure testing;
4. this experiment completed the EPOLL single thread event driven version, and wrote the pressure generator based on the EPOLL server architecture, and tested the performance of the server under different concurrent conditions)
1.客户端与服务器通过发送和接收报文进行通信;
2.服务器和客户端最高支持60000个并发连接;
3.报文长度设置为可变长度,以便进行压力测试;
4.本实验完成了EPOLL单线程事件驱动版本,并基于EPOLL服务器架构编写压力发生器,测试了服务器在不同并发条件下的性能(Complete a simple server program, including the server and the client two parts, will achieve the following functions:
1. the client communicates with the server by sending and receiving messages;
2. server and client support 60000 concurrent connections;
The length of the 3. message is set to variable length for pressure testing;
4. this experiment completed the EPOLL single thread event driven version, and wrote the pressure generator based on the EPOLL server architecture, and tested the performance of the server under different concurrent conditions)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
代码
代码\epollclienttest.c
代码\epollservertest.c
代码\epollclienttest.c
代码\epollservertest.c