搜索资源列表
ADSS
- 这是一个ACE的多Proactor的示例程序。
proactor_Server_MFC_client
- ACE+MFC,Proactor模式,支持大规模并发连接
ace-network
- 这是基于ACE开发的Reactor和Proactor模型的通讯库.在实践中已经使用。库本身支持文件的断点传输,并在实际中使用,希望给大家一个引子学习。-This is based on the ACE Reactor and Proactor model developed by the communication library has been used in practice. Breakpoint library itself supports file transfer, and in
gateway
- 基于ace proactor模式的高性能转发服务器,供学习ace的朋友们参考-transfer server
wangluop2p
- 本文首先分章介绍 P2P 技术、P2P对等点发现技术、网络技术、面向对象的网络framework 技术;然后实现一个P2P对等点发现模型,以及利用设计模式思想实现对 WINSOK 的面向对象的封装,实现TCP,UDP,及同步时间分离模型(Reactor模型)和主动器模型(Proactor模型),并实现相应的测试程序。-At first,This text divides Chapters to introduce P2P technology, P2P peer discovery techno
proactor(1)
- NIO 测试实例 NIO 测试实例 -NIO Examples of NIO test test case test case NIO
Proactor
- ACE的前置模式例子。包括udp和tcp-a example about ACE s proactor
SerialPort_proactor
- ACE串口编程,使用Proactor进行异步通信-come on
ACE_Proactor
- proactor的代码, 以传输文件做为例的,用到的proactor的模型比较全面 这是我写的个代码,里面有建好的工程结构,包含了发送的和接受的, 打开工程能直接编译, 编译环境vs2005/vs2008-code of proactor to transfer files, for example, used proactor model more comprehensive I wrote a code, which has built the engineering structure
net_2013_3_24
- 稳定易用的大容量 windows socket api 封装库,采用重叠完成端口模型实现,引擎采用异步消息控制,实现了一个简明易用的网络框架,发送和接收数据全都采用异步模式,发送和接收数据都不会给调用线程带来等待或者延迟,同时引擎实现了两种通信模式,流模式和消息模式,可以节省用户大量的构建时间。 引擎内部实现参考了 ACE 的种种概念,比如 proactor(预先操作,前摄器),task(任务),主动对象(Active Object),message queue(消息队列),lock(
SimpleServer
- 从Java 1.7 以后NIO可以采用系统底层的Socket来实现了,大大提高了吞吐量。 相比Reactor方式,Nio2可以称为Proactor方式的实现。具体是程序避免等待而采用回调函数类。-From Java 1.7 after NIO Socket can be used to achieve the underlying system, and greatly improving the throughput. Compared to Reactor way, Nio2 may b
proactor
- 这是proactor 设计模式的经典论文(best paper of the proactor model)