WinSocket IOCP高性能服务器-WinSocket IOCP high-performance server 下载
|
一个基于IOCP架构的聊天服务器例子程序.-a framework based on IOCP chat server examples procedures. 下载
|
又一个使用IOCP来获得socket连接状态变化的服务器程序- Uses IOCP to obtain the socket connection change of state the server procedure 下载
|
一个IOCP的封装类库,可以用于编写可扩展的、稳定的通讯服务器和客户端。-a IOCP Packaging library can be used in the preparation can be expanded, stable communications server and the client. 下载
|
用于大型服务器地完成端口鱼线程池的结合IOCP+threadpool-for large server port to be completed fish pond threaded coupling IOCP threadpool 下载
|
利用完成端口(IOCP)实现的网络在线考试系统的服务器程序。-use complete port (IOCP) with a network of online examination system server. 下载
|
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 beginners is a blessing, the source based on this background, the IOCP for Packaging, which will help you direct call -- I-fat source of principle : not classic non-fat! 下载
|
基于完成端口的TCP网络通信框架实现 工程iocp中包含了框架实现的所有代码,工程server和client是对该框架的简单测试 和应用。框架实现了基于消息的TCP网络通信,(避免了TCP的数据“粘连”问题)并进 行了封装,封装后的界面iocpapi.h非常简洁,应用程序代码只需要简单包含 iocpapi.h,就可以实现自己的网络应用.具体例子可以参考server和client代码提供 的两个类分别用于服务器端和客户端(一般来说客户端不用管理大量连接,所以有点 杀鸡用牛刀的味道,不过为了和服务器对应,应该使用该客户端,除非你自己实现 框架的消息格式)-based on the TCP port to complete network communication Framework Project iocp contains the framework for the realization of all generation code, the server and client is the framework of a simple test and application. Framework based on the news of TCP network communication, (to the TCP data "adhesion") and the Packaging, Packaging iocpapi.h the interface is very simple, Applications need only simple code contains iocpapi.h. can realize its own network application. Specific examples can reference server and client code for the 2 categories respectively for a server and the client (the client generally do not have a large number of link management, So it cracking a nut with a sledgehammer to the taste, but for the corresponding server, you should use the client. Unless you are th 下载
|