搜索资源列表
high performance server
- 别人收集的关于高性能高并发服务器架构的设计文档-Others collected on the high-performance high-concurrency server architecture design document
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
fwq
- 高性能高并发服务器架构 --高性能高并发服务器架构.pdf-High-performance high concurrency server framework- high-performance high concurrency server architecture. Pdf
高并发量的TCP、UDP框架通信beetle.express
- 已经成功应用于多个高并发量的TCP、UDP框架通信接口,(Highly concurrent TCP and UDP framework Communications)
TCPIP-all-4.1.14.Final-sources
- Tcp 高速服务器,可以高并发运行,提供异步的、事件驱动的程序(A Tcp high speed server that can run concurrently, providing asynchronous, event-driven programs)
JAVA并发编程实践
- JAVA并发编程实践-中文-高清-带书签(JAVA concurrent programming practice - Chinese - Hd - with bookmarks)
Net高并发解决方案
- 提供.net平台下多用户访问的高并发量的解决方案。(Provides a high concurrency solution for multi user access on the.Net platform.)
TcpTest
- 模拟TCP客户端高并发连接,对tcp服务端进行压力测试。(Simulated TCP client high concurrent connection, the TCP server stress test.)
Json100r1
- c#封装的高并发实例,可以拿过去直接用,非常好的已经经过测试(C # encapsulation of high concurrent instances, can take directly in the past, very good has been tested)
JAVA并发编程实践
- 高并发类书籍的圣典,必读书籍,java并发编程,高清完整带目录版(The high concurrent books of scr ipture, reading books, full HD version with a directory)
高并发环境下的数据产品架构设计
- 2012云计算峰会 高性能大并发的架构描述(2012 cloud computing Summit Architecture descr iption of high performance and large concurrency)
high
- 这是一篇关于高并发研究与分析的文章,良心之作。呕心流血(This is an article about the high concurrency research and analysis, conscience. Vomit bleeding heart)
Java并发编程的艺术
- java并发编程,对于理解使用java语言的高并发编程哟很大的帮助,有利于规范java语言(Java concurrent programming is a great help for understanding the high concurrency programming language used in the Java language, and is conducive to the specification of the Java language.)
C#并发编程经典实例
- c# 多线程 编程 必备资料. 避免新手错误 . 编写高质量的程序必备. 新手变高手的秘籍(C# multithreaded programming essential information. Avoid novice errors. Compile high quality program essential.................)
马士兵 Java高并发编程源码和思考题
- 马士兵老师的Java高并发编程及思考题,源码内容适合有多线程基础的朋友们。属于进阶版,从volatile和synchronized线程同步开始,有生产者消费者源码,阻塞队列等,由浅及深,最后介绍了线程池实现。
linux下的多线程高并发tcp服务器
- 基于epoll的多线程TCP服务器 基于epoll,监听指定端口的TCP请求; TCP长连接、短连接分别使用不同的端口; 当接收到客户端的TCP短连接请求时,返回服务器ip地址、MAC地址;当接收到客户端的TCP长连接请求时,服务器接收连接,客户端周期性向服务器发送心跳; 支持多个客户端的并发TCP请求; 使用多线程技术,同时监听、提供服务; 设计服务器端和客户端的通信协议,使用JSON格式。
TcpUdpTestTool
- 很强大的TCP/UDP测试工具,对于测试TPCServer高并发非常好用一直用的这个,强烈推荐使用!(Very powerful TCP / UDP testing tools, for testing TPCServer high concurrency very good use of this has been used, strongly recommended to use)
构建高并发高可用的电商平台架构实践
- 构建高并发高可用的电商平台架构实践,介绍如何打造一个高可用的网站
高并发
- 高并发详情介绍,有助于了解高并发信息,可以帮助迅速了解高并发信息
高并发网络通讯
- 借助epoll模型基于linux系统实现高并发网络通讯,包括客户端和服务器。