搜索资源列表
ADSS
- 这是一个ACE的多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
Proactor
- ACE的前置模式例子。包括udp和tcp-a example about ACE s proactor
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