搜索资源列表
200412291557285331
- 并发服务器的socket通讯-with the socket communication server
PRG6_6
- 线程安全实例。该程序说明线程安全问题。该例子实现的功能与多线程并发服务器实例的类似,但增加了一个客户数据存储功能,即服务器将存储每个连接客户所发来的所有数据,当连接终止后,服务将显示客户的名字及相应的数据。-thread safety examples. Descr iption of the procedures for the security thread. The examples of the functions and mu
PRG6_1
- 线程安全实例。该程序说明线程安全问题。该例子实现的功能与多线程并发服务器实例的类似,但增加了一个客户数据存储功能,即服务器将存储每个连接客户所发来的所有数据,当连接终止后,服务将显示客户的名字及相应的数据。-thread safety examples. Descr iption of the procedures for the security thread. The examples of the functions and mu
PRG6_3
- 多进程并发服务器。该程序等候客户连接,一旦连接则显示客户的地址,接着接收该客户的名字并显示。然后接收来自该客户的信息(字符串)。每当收到一个字符串,则显示该字符串,并将字符串反转,再将反转的字符发回客户。之后,继续等待接收该客户的信息直至该客户关闭连接。服务器具有同时处理多客户的能力。-more complicated process server. The procedure for connecting customers, onc
7_processserver
- unix环境下的多进程并发服务器源程序。-unix environment with multi-process server source.
multiserver_thread_pool
- 采用线程池技术的并发服务器,支持一个服务器与多个客户对讲功能。-Using the thread pool concurrency server technology, to support a server and multiple clients intercom function.
multiTcpServer
- linux下的模拟网络并发服务器工作,完成功能为客户端提供ip及端口地址,发送会话到服务器,服务器回显-linux network simulation under the Concurrent Server to fulfill the functions of providing the client ip and port address, send the conversation to the server, the serv
bingfafuwuqi
- linux并发服务器设计,实现文件传送,客户端发送文件名,服务器传回文件并在客户端输出-linux concurrent server design, to achieve file transfer, the client to send the file name, the server returns a file and the client output
high_performance_server
- 别人收集的关于高性能高并发服务器架构的设计文档-Others collected on the high-performance high-concurrency server architecture design document
322
- tcp并发服务器,可以同时接受多个客户端的服务请求-tcp concurrent server can accept multiple clients at the same time the service request
Ftp55Server
- FTP服务器源代码,用VC写的,通过分析它的源代码,可以掌握C网络编程以及高并发服务器的设计 -FTP server source code, written with the VC, and by analyzing its source code, you can master the C network programming, and high concurrent server design
Linux_server
- 这里包含了几个Linux服务器设计的文档。内容还很有含金量的。 目录:Linux环境并发服务器设计技术研究.pdf 基于并发服务器的网络通信的设计和实现.pdf 基于进程池的Linux并发服务器的研究.pdf 基于通信接口封装机制的网络并发服务器设计.pdf 基于主动队列管理的Linux并发服务器模型及负载均衡算法的研究.pdf-This contains a number of Linux server desig
TCPconcurrentServer
- 基于TCP通信的并发服务器的源代码 适合并发的服务器使用-Communication based on TCP concurrent server source code server for concurrent use
fwq
- 高性能高并发服务器架构 --高性能高并发服务器架构.pdf-High-performance high concurrency server fr a mework- high-performance high concurrency server architecture. Pdf
tcpserver_select
- 利用select I/O复用模型实现TCP并发服务器-TCP-SERVER
tcp-udp-instance
- 这个是关于tcp/udp 和并发服务器的网络编程列子,给大家看看!-This is about the tcp/udp and concurrent server network programming Liezi, for everyone to see!
多进程并发_ser
- 这是基于linux下的并发服务器的简单代码,适合初学者参考(This is based on Linux concurrent server simple code, suitable for beginners reference)
并发服务器 (完美版)
- 基于stm32并发服务器源码,可以与多个TCP客户端通信(STM32 concurrent server based on source code, can communicate with multiple TCP clients)
RT-Thread下TCP并发服务器模型-多线程TCP服务器
- stm32 RT-Thread下 TCP并发服务器模型-多线程TCP服务器 实用型,不可多得,keil下编译(stm32 RT-Thread TCP concurrent server model - multi-threaded TCP server)
Linux多进程并发服务器
- 实现多进程并发服务器,客户端能回射回给服务器发送的消息(A multi process concurrent server, and the client can return the message that sent to the server)