-
-
-
-
-
[
C/C++]
iocp.rar
A good package iocp categories, mainly used in server-side development
-
-
[
Visual C++ (VC++)]
windowsSock-IOCP.rar
windows network model of the examination system to achieve IOCP can connect a large number of socket need to configure the data source, access the database used
-
[
Visual C++ (VC++)]
IOCP-SRC.zip
IOCP achieve high concurrency Socket programming, network communication can be used for the background process to achieve
-
[
C#(.net)]
IOCP.rar
IOCP完成端口与高性能服务器程序开发
主程序:
1.监听一个端口
2.等待连接
3.当有连接来时
4.启一个线程对这个客户端进行处理
5.回到2
服务线程:
1.读客户端请求
2.如果客户端不再有请求,执行6
3.处理请求
4.返回操作结果
5.回到1
6.退出线程
Category:
.net Upload User:
scxtyzs Size:
85K
-
[
Visual C++ (VC++)]
IOCP.rar
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 transfer files of client/server program