Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - tcp concurrent server
Search - tcp concurrent server - List
高性能网络服务器程序,支持上万并发TCP连接,资源占用少-high-performance network server, support for 10,000 concurrent TCP connections, less resource
Date : 2025-07-07 Size : 25kb User : tiger

delphi编写的TCP并发压力测试程序,可设定线程数量,对测试服务器的稳定性很有帮助-delphi prepared concurrent TCP stress testing procedures, the number of threads can be set to test the stability of the server helpful
Date : 2025-07-07 Size : 703kb User : 袁勇

tcp并发服务器,可以同时接受多个客户端的服务请求-tcp concurrent server can accept multiple clients at the same time the service request
Date : 2025-07-07 Size : 542kb User : 刘晖

基于Tcp的多线程并发服务器,利用fork创建线程,一个服务器端可以对应多个客户端-Tcp-based multi-threaded concurrent server, using fork to create threads, a server-side may correspond to multiple clients
Date : 2025-07-07 Size : 2kb User : kathy

Linux下实现tcp多进程并发服务器,有客户端和服务端俩个类-Linux achieve tcp multi-process concurrent server, there are both client and server classes
Date : 2025-07-07 Size : 2kb User : 吴萤

DL : 0
设计一个应用程序,实现下列功能: 客户端:输入三个数,以逗号分隔,并发往服务器处理,接收并显示处理结果 服务器端:接收客户端送来的数据,计算以这三个数为边的三角形的面积。处理结果分为: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)
Date : 2025-07-07 Size : 25kb User : lcs

基于TCP通信的并发服务器的源代码 适合并发的服务器使用-Communication based on TCP concurrent server source code server for concurrent use
Date : 2025-07-07 Size : 5kb User : 李山

linux平台下的基于TCP/IP协议的 TCP网络服务器,实现简单的通信,并发响应。-linux platform-based TCP/IP protocol TCP network server, simple communications, concurrent response.
Date : 2025-07-07 Size : 2kb User : 张三

it is a tcp client server program in c. it uses socket programming. the server is a concurrent server.
Date : 2025-07-07 Size : 4kb User : sandeep

这个是关于tcp/udp 和并发服务器的网络编程列子,给大家看看!-This is about the tcp/udp and concurrent server network programming Liezi, for everyone to see!
Date : 2025-07-07 Size : 11kb User : oyj

基于嵌入式实时操作系统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.
Date : 2025-07-07 Size : 15.55mb User : 哈佛

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.
Date : 2025-07-07 Size : 298kb User : yang

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.
Date : 2025-07-07 Size : 8kb User :

TCP并发服务器,使用IO多路复用来实现,对初学者学习有很大作用-TCP concurrent server, using IO multiplexing to achieve, there is a significant role for beginners to learn
Date : 2025-07-07 Size : 11kb User : 常秀清

Linux TCP并发服务器与客户端编程-Linux TCP concurrent server and client programming
Date : 2025-07-07 Size : 2kb User : 俊杰

DL : 0
实现1个TCP并发服务器,至少可以为10个客户端同时提供服务-Implement a TCP concurrent server, at least 10 clients to provide services at the same time
Date : 2025-07-07 Size : 1kb User :

此程序完成了服务器并发的操作,服务器同时可以接受多个的客户端的连接请求-This program finished the concurrent operation, the server can accept multiple client connection requests at the same time
Date : 2025-07-07 Size : 8kb User : 火柴

这是一个关于各种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)
Date : 2025-07-07 Size : 11kb User : JIE2012

stm32 RT-Thread下 TCP并发服务器模型-多线程TCP服务器 实用型,不可多得,keil下编译(stm32 RT-Thread TCP concurrent server model - multi-threaded TCP server)
Date : 2025-07-07 Size : 10.4mb User : xiao_wh

DL : 0
并发TCP、UDP服务器客户端,消息互发,文件互传(Concurrent TCP UDP server client, message exchange, file transfer.)
Date : 2025-07-07 Size : 31kb User : 小小大白
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.