Description: delphi编写的TCP并发压力测试程序,可设定线程数量,对测试服务器的稳定性很有帮助-delphi prepared concurrent TCP stress testing procedures, the number of threads can be set to test the stability of the server helpful Platform: |
Size: 719872 |
Author:袁勇 |
Hits:
Description: tcp并发服务器,可以同时接受多个客户端的服务请求-tcp concurrent server can accept multiple clients at the same time the service request Platform: |
Size: 555008 |
Author:刘晖 |
Hits:
Description: 基于Tcp的多线程并发服务器,利用fork创建线程,一个服务器端可以对应多个客户端-Tcp-based multi-threaded concurrent server, using fork to create threads, a server-side may correspond to multiple clients Platform: |
Size: 2048 |
Author:kathy |
Hits:
Description: Linux下实现tcp多进程并发服务器,有客户端和服务端俩个类-Linux achieve tcp multi-process concurrent server, there are both client and server classes Platform: |
Size: 2048 |
Author:吴萤 |
Hits:
Description: 设计一个应用程序,实现下列功能:
客户端:输入三个数,以逗号分隔,并发往服务器处理,接收并显示处理结果
服务器端:接收客户端送来的数据,计算以这三个数为边的三角形的面积。处理结果分为:1)数据格式异常;2)不能构成三角形;3)三角形的面积
注:自行选择所使用的协议(TCP/UDP)-Design an application to achieve the following functions: Client: Enter three numbers separated by commas, concurrent to the server processing, receive and display the results of handling the server-side: the receiving client sent data to calculate the number of edges to these three the triangle area. Processing results are divided into: 1) The data format anomaly 2) do not constitute a triangle 3) triangle area Note: The choice of protocol used (TCP/UDP) Platform: |
Size: 25600 |
Author:lcs |
Hits:
Description: 基于TCP通信的并发服务器的源代码 适合并发的服务器使用-Communication based on TCP concurrent server source code server for concurrent use Platform: |
Size: 5120 |
Author:李山 |
Hits:
Description: it is a tcp client server program in c. it uses socket programming. the server is a concurrent server. Platform: |
Size: 4096 |
Author:sandeep |
Hits:
Description: 这个是关于tcp/udp 和并发服务器的网络编程列子,给大家看看!-This is about the tcp/udp and concurrent server network programming Liezi, for everyone to see! Platform: |
Size: 11264 |
Author:oyj |
Hits:
Description: 基于嵌入式实时操作系统vxworks的socket网络编程,初学必备!包含udp、tcp的客户机/服务器的代码实现,tcp服务器支持多任务并发处理连接请求;开发工具为tornado for pentium 在vxworks虚拟机上调试通过,含搭建虚拟机的详细步骤。-Vxworks embedded real-time operating system based on the socket network programming, beginners must have! Contains udp, tcp client/server code, tcp server connection to multi-task concurrent processing requests development tools for the tornado for pentium in vxworks via debug a virtual machine, including detailed steps to build a virtual machine. Platform: |
Size: 16305152 |
Author:哈佛 |
Hits:
Description: TCP传输模式下高并发无线流媒体的控制与播放服务器的研究, 如果大家有需要的话,可以参考一下个文档,谢谢。-Under high concurrent TCP transmission mode in wireless control and playback of streaming media server, if you need it, you can refer to documents, thank you. Platform: |
Size: 305152 |
Author:yang |
Hits:
Description: Linux下tcp并发服务器的实现。服务器端监听是否有请求,并循环接受收到的请求,每收到一个请求,fork()一次,通过子进程来完成客户端的请求。-Under Linux tcp achieve concurrent server. Monitor whether the server requests and circulation accept requests received, each receives a request, fork () once, by a child process to complete the client' s request. Platform: |
Size: 8192 |
Author: |
Hits:
Description: TCP并发服务器,使用IO多路复用来实现,对初学者学习有很大作用-TCP concurrent server, using IO multiplexing to achieve, there is a significant role for beginners to learn Platform: |
Size: 11264 |
Author:常秀清 |
Hits:
Description: 实现1个TCP并发服务器,至少可以为10个客户端同时提供服务-Implement a TCP concurrent server, at least 10 clients to provide services at the same time Platform: |
Size: 1024 |
Author: |
Hits:
Description: 此程序完成了服务器并发的操作,服务器同时可以接受多个的客户端的连接请求-This program finished the concurrent operation, the server can accept multiple client connection requests at the same time Platform: |
Size: 8192 |
Author:火柴 |
Hits:
Description: 这是一个关于各种IO模型的socket server实现与测试。
这里采用多种模型实现了一个TCP ECHO服务器,将client发送的内容echo回去。
client每秒会发送一次请求,server保持并发连接并进行相应。
现已实现的模型:
base: 最原始的echo服务器
thread: 多线程模型
select: select模型
poll: poll模型
epoll: epoll模型
参数
修改src/clients.sh 可以生成指定数量的client
修改src/base.cpp 中的MAX_CLIENT_NUM参数调整server最大服务数
修改src/base.cpp 中的CLIENT_INTERVAL参数调整client发包间隔
修改Makefile 中的DEBUG参数确定是否输出调试信息
使用方法(This is a socket server implementation and testing of various IO models.
Here, a variety of models are used to implement a TCP ECHO server that returns the contents sent by echo back to client.
Client sends a request per second, and server maintains concurrent connections and performs them accordingly.
The model has been implemented:
Base: the most primitive echo server
Thread: multithreaded model
Select: select model
Poll: poll model
Epoll: epoll model
parameter
Modify src/clients.sh to generate a specified number of client
Modify the MAX_CLIENT_NUM parameter in src/base.cpp to adjust the maximum number of server services
Modify the CLIENT_INTERVAL parameter in src/base.cpp to adjust the client contract interval
Modify the DEBUG parameter in the Makefile to determine whether output debugging information is out
Usage method) Platform: |
Size: 11264 |
Author:JIE2012
|
Hits: