搜索资源列表
WinsockIOCP_demo.zip
- 用于大量socket连接时使用IOCP捕获连接关闭事件以便释放资源的程序。可以解决winsock的AsyncSelect对句柄个数的限制问题
sf_200562516252
- 一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = ne
ClientIOCP
- 客户端采用IOCP的方式,socket封装类-client using IOCP, socket Packaging Category
variousSockIOMmodels
- Samples illustrating the various Winsock I/O models under the following directories: blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using
SmartServer
- VC++写的socket server 支持线程池 iocp模型.
Sonic_Net
- 高效socket服务器要用到的(windows平台)iocp技术,可以提高服务器的并发连接数
winsocket_IOCP
- 一个非常好的通过IOCP实现多客户端跟服务器端快速通讯的原代码,包括客户端和服务器端的实现通讯的例子源码,对大家或许很有帮助
Iocp socket Multithread
- Iocp Multithread socket
WinsockIOCP_demo
- 用于大量socket连接时使用IOCP捕获连接关闭事件以便释放资源的程序。可以解决winsock的AsyncSelect对句柄个数的限制问题- Uses in when the massive socket connection uses IOCP to catch the connection closure event in order to release resources procedure. May solve the winsock AsyncSelect 瀵瑰彞 handle
CMatrix
- IOCP SOCKET 主要用于对完全端口SOCKET的使用.支持多线程.-IOCP SOCKET mainly used to completely port the use of SOCKET. Support multi-threading.
IOCP.in.Csharp
- Windows IOCP Socket在C#封装,并有Socket池的实现-Windows IOCP Socket in C# package, and have achieved Socket Pool
IOCP
- c++编写的完成端口实验程序,只能简单发送和接收,仅供参考-use c++ language write the IOCP socket ,it can send and recieve massage.
IOCP
- IOCP For Socket Connection
iocomplt
- 网络socket通讯,完成端口测试工具,提高进程间通讯效率-iocp process communication
SocketService
- socket服务程序,实现了IOCP,并实现了TCP104-the socket service program, IOCP, and realized TCP104
sockpool
- 采用封装IOCP的高端函数编写的SOCKET I/O模型,为了便于理解,所有功能封装在一个头文件中,入口函数只是简单调用而已,集成了一些关键功能,如SOCKET线程池,动态增删SOCK.快去编写你的高端高效服务器吧,WS2008编写,如果VC6要关联DDK winBase.H,否则一些函数不认识-Function using high-end package IOCP written SOCKET I/O model, in order to facilitate understanding,
iocp---socket-pool
- IOCP的socket连接池, 解决高并发的连接问题-socket pool for IOCP, resolve the greatness intercurrent.
IOCP_xnet
- this is just a part of iocp net which is used for socket queued
IOCP
- CPIO socket demo src . c++ -Gh0st src add online by proxy .
Thixi
- Light and Fast C# IOCP Socket Server