搜索资源列表
-
0下载:
linux tcp 多进程并发服务器编程-linux tcp multi-process concurrent server programming
-
-
0下载:
This book is intended for "hands-on" developers or advanced students interested
in understanding the strategies and tactics of concurrent network
programming using C++ and object-oriented design.-This book describes how C++ and middleware help ad
-
-
0下载:
Cache Server网络内存数据库是将所有数据加载到物理内存,不需要访问磁盘
就直接访问数据,从而获得极高的存取速度和极强的并发访问能力的数据库管理系统,在设计风格上兼容主流数据库(MS SQL SERVER、SYBASE)的特点,客户端通过TCP网络的方式来访问Cache Server,目前不支持嵌入式。
-Memory Database Cache Server network is all data loaded into physical memory, without ac
-
-
0下载:
简单的客户/服务器,服务器实现并发同时响应客户的UDP通信要求,也能响应客户端发过来的TCP通信要求。
客户:(1)客户先创建流套接字,向服务器发起TCP连接。
(2)连接创建成功后,接收服务器返回UDP服务端口号,创建数据报套接字。
(3)分别通过流套接字和数据报套接字与服务器进行通信。
(4)断开与服务器的连接。
服务器:(1)服务器创建监听套接字,监听客户TCP连接请求。
(2)服务器创建数据报套接字,等待接收客户的数据。
(3)当收到一个客户T
-
-
1下载:
stm32 RT-Thread下
TCP并发服务器模型-多线程TCP服务器
实用型,不可多得,keil下编译(stm32 RT-Thread
TCP concurrent server model - multi-threaded TCP server)
-
-
0下载:
一款高并发的TCP服务器,内部不带有心跳,并包含客户端演示(A highly concurrent TCP server with no heartbeat inside and contains client demos)
-
-
0下载:
一款高性能并发tcp服务器,内部带有心跳,分包,粘包,功能,并包含TCP,UDP客户单小例子(A high performance concurrent TCP server with internal heartbeat, sub packet, sticky package, function, and contains TCP, UDP client single small example)
-