ACE Reactor 和proactor 通信方式两套代码

时间:2015-07-15 12:26:50
【文件属性】:
文件名称:ACE Reactor 和proactor 通信方式两套代码
文件大小:806KB
文件格式:RAR
更新时间:2015-07-15 12:26:50
ACE Proactor 本人学习ACE 时候写的关于两种通信方式的实例代码,我把三个连写都写在了一个文件,根据需要注释掉其他的就行。 ACE用于开发通信程序非常方便,尤其相对于WinSock 来说,可以省很多代码,普通程序员也更容易理解
【文件预览】:
tcpClient
----Debug()
--------tcpServer.exe(136KB)
--------tcpClient.exe(134KB)
--------ACEd.dll(2.36MB)
--------ACE.dll(1.05MB)
----tcpClient()
--------Debug()
--------tcpClient.vcproj.cartney-PC.Administrator.user(1KB)
--------main.cpp(8KB)
--------tcpClient.vcproj(4KB)
----tcpServer()
--------Debug()
--------tcpServer.vcproj(4KB)
--------main.cpp(8KB)
--------tcpServer.vcproj.cartney-PC.Administrator.user(1KB)
----tcpClient.sln(1KB)
----tcpClient.suo(28KB)

网友评论

  • 没什么帮助呀
  • 做学习用,不错
  • 没用过ACE,reactor proactor都是自己实现的