搜索资源列表
python_code
- python源码,包含进程、多线程控制,客户端服务器模拟,数据结构等-python source, contains process, multi-thread control, client server simulation, data structures, etc.
chap03
- udp协议的开发源代码,里面包含客户端代码,服务器端代码,以及基于多线程的udp程序-udp protocol development source code, which contains the client code, server-side code, and the udp-based multi-threaded program
Myserver
- 实现简单的基于HTTP1.2的多线程服务器,对多个请求作出应答-To achieve a simple multi-threaded servers based HTTP1.2, response to multiple requests
Visual_C_Book_Prg
- 多线程文件传输的实例,实现多个线程传输同一个文件,在服务器端多个线程以共享方式打开一个需要传输的文件,然后各个线程分别读取各自的一部分数据并分别发送给客户端,客户端同样各个线程分别接收服务端对应的线程发送的文件数据,最后将接收的临时文件合并为最终完整的文件。-Examples of multi-threaded file transfer, transfer of multiple threads with a file on the server side multiple threads t