Welcome![Sign In][Sign Up]
Location:
Search - Proactor

Search list

[Other resourceADSS

Description: 这是一个ACE的多Proactor的示例程序。
Platform: | Size: 6586 | Author: 魏麟 | Hits:

[WinSock-NDISproactor_Server_MFC_client

Description: ACE+MFC,Proactor模式,支持大规模并发连接
Platform: | Size: 627226 | Author: leejia | Hits:

[Sniffer Package captureACEProactor

Description: ACE例子,这个是使用ACE框架里的一个前摄端的方式来做的完成端口的东西.我也是一个ACE的爱好者,我的联系方面是QQ:51097391-ACE example, this is the use of ACE framework of a proactive way to do side of the completion of the port of things. I am also an ACE lovers, I was the link QQ : 51097391
Platform: | Size: 62464 | Author: 阿彪 | Hits:

[TCP/IP stackProactorServer

Description: 高性能网络服务器程序,支持上万并发TCP连接,资源占用少-high-performance network server, support for 10,000 concurrent TCP connections, less resource
Platform: | Size: 25600 | Author: tiger | Hits:

[Grid ComputingADSS

Description: 这是一个ACE的多Proactor的示例程序。-This is a multi-ACE procedure Proactor example.
Platform: | Size: 6144 | Author: 魏麟 | Hits:

[Internet-Networkproactor_Server_MFC_client

Description: ACE+MFC,Proactor模式,支持大规模并发连接-ACE+ MFC, Proactor mode, support for large-scale concurrent connections
Platform: | Size: 626688 | Author: leejia | Hits:

[Internet-NetworkTcpTest0506

Description: ACE商业支持公司开发的TCP压力测试工具,带源码,很有学习价值-ACE commercial support TCP developed stress-testing tools, with source code, it is learning the value of
Platform: | Size: 659456 | Author: leejia | Hits:

[Internet-Networkgateway

Description: 基于ace proactor模式的高性能转发服务器,供学习ace的朋友们参考-transfer server
Platform: | Size: 5506048 | Author: line-shooter | Hits:

[Windows Developwangluop2p

Description: 本文首先分章介绍 P2P 技术、P2P对等点发现技术、网络技术、面向对象的网络framework 技术;然后实现一个P2P对等点发现模型,以及利用设计模式思想实现对 WINSOK 的面向对象的封装,实现TCP,UDP,及同步时间分离模型(Reactor模型)和主动器模型(Proactor模型),并实现相应的测试程序。-At first,This text divides Chapters to introduce P2P technology, P2P peer discovery technology, network technology and object oriented network framework technology Then, realize a P2P peer discovery model, As well as realize using design pattern thought for the object oriented case of WINSOK, realize TCP, UDP, and synchronous time split model(Reactor model) and active ware model(Proactor model), realize corresponding test programs .
Platform: | Size: 530432 | Author: 朱华 | Hits:

[JSP/Javaproactor(1)

Description: NIO 测试实例 NIO 测试实例 -NIO Examples of NIO test test case test case NIO
Platform: | Size: 133120 | Author: 陈明 | Hits:

[Internet-NetworkProactor

Description: ACE的前置模式例子。包括udp和tcp-a example about ACE s proactor
Platform: | Size: 3439616 | Author: sunjinpei | Hits:

[TCP/IP stackace-network

Description: 这是基于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 actual use, we hope to learn a primer.
Platform: | Size: 11264 | Author: 闫军 | Hits:

[Com PortSerialPort_proactor

Description: ACE串口编程,使用Proactor进行异步通信-come on
Platform: | Size: 60416 | Author: kevin | Hits:

[Internet-NetworkACE_Proactor

Description: 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 structures, contains sent and accepted, open the project can be compiled directly compilation environment vs2005/vs2008
Platform: | Size: 6215680 | Author: | Hits:

[Grid Computingnet_2013_3_24

Description: 稳定易用的大容量 windows socket api 封装库,采用重叠完成端口模型实现,引擎采用异步消息控制,实现了一个简明易用的网络框架,发送和接收数据全都采用异步模式,发送和接收数据都不会给调用线程带来等待或者延迟,同时引擎实现了两种通信模式,流模式和消息模式,可以节省用户大量的构建时间。 引擎内部实现参考了 ACE 的种种概念,比如 proactor(预先操作,前摄器),task(任务),主动对象(Active Object),message queue(消息队列),lock(锁),guard(锁守护). 在内部需要缓存的发送和接收的数据会被放入内存池,引擎会循环使用内存池中的内存,不会产生内存碎片,影响系统的稳定性 引擎实现了统一的监听和连接机制,同一个实例可以同时开多个端口监听同时开多个连接,能够大大的方便用户的使用-Stable and easy-to-use large-capacity windows socket API package library, overlapping completion port model, engine uses asynchronous message control, a concise and easy-to-use network framework, all send and receive data using asynchronous mode, do not send and receive data give the calling thread to to bring wait or delay, engine implements two modes of communication, flow mode and message, you can save the user a lot of time to build. Inside the engine to achieve the reference ACE various concepts, such as Proactor (pre-operation, proactive), task (task), the active object (Active Object), message queue (message queue), lock (lock), guard (lock daemon) send and receive data in the internal cache will be placed in the memory pool, the engine will cycle the memory of the memory pool, does not produce memory fragmentation, affect the stability of the engine to achieve a unified monitoring and connection mechanism with an instance can open more than one port to listen to open multiple c
Platform: | Size: 2311168 | Author: pilgarlicx | Hits:

[TCP/IP stackSimpleServer

Description: 从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 be referred to achieve Proactor mode. Specifically procedures to avoid waiting while using a callback function class.
Platform: | Size: 1024 | Author: jiechuluck | Hits:

[Otherproactor

Description: 这是proactor 设计模式的经典论文(best paper of the proactor model)
Platform: | Size: 133120 | Author: devink | Hits:

CodeBus www.codebus.net