搜索资源列表
tcpstest
- delphi编写的TCP并发压力测试程序,可设定线程数量,对测试服务器的稳定性很有帮助
Test
- 高效高性能IOCP服务器,多线程高并发测试程序!-IOCP server high performance, multi-threaded high-concurrency testing procedures!
EchoSvr
- ECHO服务器实例源代码、支持并发多线程服务器-ECHO server source code examples to support concurrent multi-threaded server
filezilla-3.3.2
- FileZilla是开源的FTP服务器,用C++写的,通过分析它的源代码,可以掌握C++网络编程以及高并发服务器的设计。-FileZilla FTP Server Source Code
MobileQQ_Code
- 是学习手机QQ通讯协议好资料,通过多线程的方与QQ服务器进行通讯并发送给对方,文件中有两个程序一是发送,二是接收。-The communication protocol of QQ mobile phone is learning good information, through the multi thread and QQ server address and sent to the other party, file has two program is sent, two receiv
PdhCounter
- 精灵程序接受服务器端命令,获取本机线程、内存等PDH数据,还可以查询本机的数据库数据,并发送给服务器端,供服务端监控各个客户端状况-A genius program to recept the server s command to get the pdh data such as threads, memory etc. It can be used to monitor every client s running.
Window(VC6-doc)ChatServer_chatClient
- Windows(VC6 doc)下C语言线程池类型并发服务器聊天室,是socket套接字编程,支持私聊和群发,支持断开连接,适合新手学习socket学习-ON划词翻译ON实时翻译 Windows (VC6 DOC) language under the C thread pool types of concurrent server chat rooms, socket socket programming, support private chat and group, suppor
tcpip3
- 简单的客户/服务器,服务器实现并发同时响应客户的UDP通信要求,也能响应客户端发过来的TCP通信要求。 客户:(1)客户先创建流套接字,向服务器发起TCP连接。 (2)连接创建成功后,接收服务器返回UDP服务端口号,创建数据报套接字。 (3)分别通过流套接字和数据报套接字与服务器进行通信。 (4)断开与服务器的连接。 服务器:(1)服务器创建监听套接字,监听客户TCP连接请求。 (2)服务器创建数据报套接字,等待接收客户的数据。 (3)当收到一个客户T
Socket-network-programing
- 工程演示了socket的基本函数使用,其实不管有多复杂的网络程序,都使用的这些基本函数。功能是只有处理完一个客户端请求才会去处理下一个客户端的请求,这样的服务器处理能力是很弱的,现实中的服务器都需要有并发处理能力!为了需要并发处理,服务器需要fork()一个新的进程或者线程去处理请求等-Engineering demonstrates the basic functions of the socket, in fact, no matter how complex the network pro