搜索资源列表
-
0下载:
Linux下基于TCP和UDP的网络编程的实例,TCP中包含一个循环服务器和并发服务器。-Linux-based network programming TCP and UDP instances, TCP server and contains a loop concurrent server.
-
-
0下载:
这个是关于tcp/udp 和并发服务器的网络编程列子,给大家看看!-This is about the tcp/udp and concurrent server network programming Liezi, for everyone to see!
-
-
0下载:
tcp并发服务器,可以同时接受多个客户端的服务请求-tcp concurrent server can accept multiple clients at the same time the service request
-
-
0下载:
linux平台下的基于TCP/IP协议的 TCP网络服务器,实现简单的通信,并发响应。-linux platform-based TCP/IP protocol TCP network server, simple communications, concurrent response.
-
-
0下载:
此代码为UNIX环境中,TCP通讯的的简易并发式服务器端源代码。-The code for UNIX environments, TCP communication simple concurrent server-side source code.
-
-
0下载:
it is a tcp client server program in c. it uses socket programming. the server is a concurrent server.
-
-
0下载:
基于TCP的多线程并发服务器-客户端通信模型!服务器 选项-p 要开放的端口;客户端 选项-i 服务器IP地址-TCP-based multi-threaded concurrent server
-
-
0下载:
网络编程普遍使用socket接口来实现网络间的进程通信,具体的TCP/IP细节被封装在内核之中,由内核完成;用户只需要使用内核提供的socket API来实现通信即可。Windows网络编程继承了Unix的socket接口,基本模式同Unix大同小异。但是由于两个系统的实现不同,在具体实现网络程序时仍存在一些差异。包括一些socket API的原型,以及并发服务器的编写方法等。-The widespread use of socket network programming interface
-
-
1下载:
一个完整支持并发的TCP服务端与客户端应用程序,最大客户端支持1000以上-Full support for concurrent TCP server and client applications, the largest client supports more than 1,000
-
-
0下载:
此代码是基于TCP协议的Soket通信程序,通过测试,程序运行正常,可以传输任何程序,包括
文本文件和其他*.doc *.mp3等各种各样的文件。这是个并发服务器。-This code is based on the TCP protocol Soket communication program, pass the test, the program is running properly, you can transfer any program, including text file
-
-
0下载:
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 proce
-
-
0下载:
Linux下udp并发服务器的实现。服务器循环接收客户端的消息,每收到一个消息,fork()一次,通过子进程来完成客户端的消息。与tcp并发不一样,他不必listen()和accept()。-Udp under Linux to achieve concurrent server. Server receives the client' s message loop, each receives a message, fork () once the child process to be
-
-
0下载:
TCP并发服务器,使用IO多路复用来实现,对初学者学习有很大作用-TCP concurrent server, using IO multiplexing to achieve, there is a significant role for beginners to learn
-
-
0下载:
实现1个TCP并发服务器,至少可以为10个客户端同时提供服务-Implement a TCP concurrent server, at least 10 clients to provide services at the same time
-
-
0下载:
此程序完成了服务器并发的操作,服务器同时可以接受多个的客户端的连接请求-This program finished the concurrent operation, the server can accept multiple client connection requests at the same time
-
-
0下载:
这是一个关于各种IO模型的socket server实现与测试。
这里采用多种模型实现了一个TCP ECHO服务器,将client发送的内容echo回去。
client每秒会发送一次请求,server保持并发连接并进行相应。
现已实现的模型:
base: 最原始的echo服务器
thread: 多线程模型
select: select模型
poll: poll模型
epoll: epoll模型
参数
修改src/clients.sh 可以生成指定数量的client
修改
-
-
0下载:
模拟TCP客户端高并发连接,对tcp服务端进行压力测试。(Simulated TCP client high concurrent connection, the TCP server stress test.)
-
-
0下载:
基于TCP协议的父子进程并发服务器的通讯(Communication of concurrent server between father and son process based on TCP protocol)
-
-
0下载:
此资源是一个基于TCP以及IO多路复用技术select()的一个简易且可靠的多人聊天室。可运行在windows平台,开发软件为VS2013,具体功能实现为多个client可以连接到一个server,具有较强的抗并发能力,并且可以互相发送文本信息,有掉线、发送、接收等完善的提示功能。代码注释较为完善且是英文。(This resource is a simple and reliable multi - person chat room based on TCP and the IO multipl
-
-
0下载:
从客户端到服务器进行文件传输,其中服务器实现并发处理的功能,可以解决重名的情况(File transfer to the server from the client, the server can realize the concurrent processing function, and solve the same name's situation)
-