搜索资源列表
-
0下载:
此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器,This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definition of macros can be complicated
-
-
2下载:
用socket写的服务器端客户端程序,服务器端多线程,可以并发处理客户端的请求-Used to write server-side socket client program, server-side multi-threaded and can handle concurrent client requests
-
-
0下载:
it is a tcp client server program in c. it uses socket programming. the server is a concurrent server.
-
-
0下载:
一个基于socket的winXP下用WSAAsyncSelect()函数实现的并发服务器程序。是学习Windows网络io的好例子。-Under the socket on the winXP one with WSAAsyncSelect () function implementation of concurrent server program. Windows network io to learn a good example.
-
-
0下载:
基于socket的即时通讯软件的设计,本设计通过研究讨论,设计基于socket编程的网络聊天系统,服务器端采用多线程并发服务方式,多客户端能同时连接服务器,并且客户端之间能进行通信。程序通过了验证与测试,证明了系统的可用性、易用性、完善性。-Socket-based design of instant messaging software,This design study and discuss the design of network-based chat system socket pr
-
-
0下载:
Linux Socket网络编程,并发服务器例程-Linux Socket network programming, concurrent server routine
-
-
0下载:
关于linux并发服务器的设计与实现,socket程序开发-Linux server on the design and implementation of concurrent, socket program development
-
-
0下载:
网络编程普遍使用socket接口来实现网络间的进程通信,具体的TCP/IP细节被封装在内核之中,由内核完成;用户只需要使用内核提供的socket API来实现通信即可。Windows网络编程继承了Unix的socket接口,基本模式同Unix大同小异。但是由于两个系统的实现不同,在具体实现网络程序时仍存在一些差异。包括一些socket API的原型,以及并发服务器的编写方法等。-The widespread use of socket network programming interface
-
-
0下载:
集客户端、服务器端于一体的IOCP的网络文件传送组件,支持异步socket,导步读写文件,多线程并发,多文件夹、文件并行传送,可以使单台客户端传送性能达到最佳,服务器端性能达到最大,可以支持至少两千以上的并发。-Network file transfer component of the set of the client, the server-side in one of the IOCP supports asynchronous socket, step-by-step guide to
-
-
0下载:
基于Windows的网络通信验证程序。第一次运行该程序后,在”socket”菜单中选择”服务器”选项既可启动服务器。接下来,再次运行该程序后在”socket”菜单中选择”客户端”选项既可启动客户端并建立网络连接,允许多客户并发处理。
客户端可向服务器端发送数据并在本地显示,服务器显示接收到的数据并倒序返回。
服务器可向所有连接的客户广播消息。
-The authentication process of a Windows-based network communication. T
-
-
0下载:
tcp/ip service LINUX socket 编程 服务器框架 可实现并发处理-tcp/ip service LINUX socket programming can achieve concurrent processing server framework
-
-
0下载:
Linux平台下使用socket套接字网络通信技术实现一个并发服务器,实现局域网下的多用户的聊天程序。-Linux platform using the socket socket network communication technology to realize a concurrent server, realize
-
-
0下载:
这是一个linux下远程控制程序,采用并发服务器模型。客户端接收用户输入的命令,客户端通过套接字将命令传送给服务器端,服务器在收到用户的命令,对命令进行解析.在服务器端调用对应的命令,并将命令执行的结果发送给客户端,从而实现远距离控制的功能。服务器可同时对多个用户提供服务。-This is a remote control program under linux, using concurrent server model. The client receives commands entere
-
-
0下载:
client server program.this programs tells how to create socket,bind socket and listen to socket.i also included concurrent server.multiple client talking to one server at a time
-
-
0下载:
实验3 TCP和UDP套接字综合应用
要求:(1)TCP、UDP
(2)C/S
(3)多线程编程
摘要:设计简单的客户/服务器,服务器实现并发同时响应客户的UDP通信要求,也能响应客户端发过来的TCP通信要求。
TCP客户:
客户创建流套接字,向服务器发起TCP连接。
连接创建成功后,通过套接字向服务器持续发送或是接收数据。
(3)输入或是收到命令”end”,结束收发数据,并断开与服务器的连接。
UDP客户:
(1)客户创建数据报套接字,通过该套
-
-
0下载:
并发服务器 C++ 多线程 同步阻塞IO Socket 套接字,适合C++刚接触多线程的朋友学习-Concurrent server C++ multi thread synchronization blocking Socket IO socket, suitable for C++ just contact with multi thread learning
-
-
0下载:
基于流式套接字的并发服务器,多线程编程,windows网络编程-Based on concurrent server stream socket, multi-threaded programming, windows network programming
-
-
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下载:
从客户端到服务器进行文件传输,其中服务器实现并发处理的功能,可以解决重名的情况(File transfer to the server from the client, the server can realize the concurrent processing function, and solve the same name's situation)
-