搜索资源列表
对完成端口模型进行封装
- VC建高性能服务器,用完成端口模型是最高效的,而完成端口比较难理解,因此对它进行封装对初学者来说是个福音,本源码基于此背景,对IOCP进行封装,利于大家直接调用--本人发源码的原则是:不经典不发!-VC build high-performance servers, complete with port model is the most efficient, and more difficult to understand completed port, it is packaged for
iocpserver.rar
- 完成端口写成的高性能可伸缩性服务器,可同时处理多个客户端的连接。改正了以前代码的一些bug。,Completion port written in high-performance scalable servers, can simultaneously handle multiple client connections. To correct some of the previous code bug.
IOCP.rar
- IOCP完成端口与高性能服务器程序开发 主程序: 1.监听一个端口 2.等待连接 3.当有连接来时 4.启一个线程对这个客户端进行处理 5.回到2 服务线程: 1.读客户端请求 2.如果客户端不再有请求,执行6 3.处理请求 4.返回操作结果 5.回到1 6.退出线程 ,IOCP完成端口与高性能服务器程序开发 主程序: 1.监听一个端口 2.等待连接 3.当有连接来时 4.启一个线程对这个客户端进行处理 5.回到2 服务线程: 1.读客户端请求
IOCP.rar
- 源码使用了高级的完成端口(IOCP)技术,该技术可以有效地服务于多客户端。代码封装了IOCP并提供了一个简单的echo版本的可以传输文件的客户端/服务器程序,Source used to complete the advanced port [IOCP] technology, which can effectively serve many clients. IOCP code encapsulates and provides a simple version of the echo can
iocpserver.src.tar
- 基于IOCP的并发服务器实例代码,使用IOCP完成端口实现高度并发能力和吞吐量-Concurrent server based on IOCP example code, the use of IOCP completion of port capacity and throughput of a high degree of concurrency
iocpServer
- 完成端口服务器示例,代码简洁易懂,给初学者最好的礼物-Completion port server example code easier to understand for beginners the best gift
IOCPNet_Src
- 完成端口服务器端的程序代码,结构设计的比较好,很好的学习完成端口的材料-Completion port server-side code, structure design is better, good learning materials to complete the port
IOCP
- 一个完成端口例子,包含客户端和服务器,c++.-a simple iocp code, contain client and server.
proxyprototype
- 采用完成端口的代理服务器原型代码-Used to complete the proxy server port prototype code
CompletePortTest
- 这是本人写的一个完成端口法TCP协议的服务器和客户端程序-This is I wrote a law completion of TCP protocol port server and the client program
IOCP
- 利用完成端口开发的高性能网络服务器,利用原是的API-Port the development of the use of complete high-performance web server, using the API was
myCompletPort
- 利用完成端口方式开发服务器端,支持大量客户端的连接。-Way to use the completion of the development of server-side ports to support a large number of client connections.
examsystem_iocp
- 采用socket完成端口模式,c/s架构,服务器功能包括试卷管理,客户口端管理,监视考生状态,评分。客户端包括登录界面,主界面,交卷等。-The completion of the use of socket port mode, c/s architecture, the server features include papers in management, customer port-side management, surveillance candidates, and score.
GmSerive
- 关键词:NT服务 完成端口 游戏服务器 使用完成端口实现的简单游戏服务器框架; 注册为NT 系统服务,方便开机自动启动。-Key words: NT service completion port to complete the game server port to use a simple game server framework registered as NT system services to facilitate the boot automatically activ
IOCPDemo
- 一个完整的VC++ IO完成端口的服务器端程序源代码-A complete VC++ IO completion port server-side source code
NetCompletionPort
- 一个完成端口的类,对于套接字大批量数据处理比较有用,适用与游戏开发,服务器与客户端的适用-A completion port type for socket handle large quantities of data more useful, application and game development, server and client application
Chat
- 使用完成端口技术开发的一个聊天程序源代码,包函客户端程序和服务器端程序.其中完成端口部分的实现已封装过,使用方便!-Port the use of technology to complete the development of a chat program source code, including letters and client server-side program. One part of the realization of the completion of the por
Fileserver
- 本人毕设设计,基于完成端口的通信程序开发,这是文件发送程序的服务器端,支持断点续传。-I completed the set design, the communications port on the completion of development, this is the file server-side program to support HTTP.
iocptest
- iocp完成端口服务器与客户端通信测试好例子学习通信好例子服务器与客户端通信-iocp server and client
完成端口
- 一个可以作为服务器端实现完成端口的例子。(An implementation of the completion of the port example)