Title: IOCP
Download

- Category:
- .net
- Platform:
- CSharp
- File Size:
- 85KB
- Update:
- 2009-02-20
- Downloads:
- 143
- Uploaded by:
- Liutenghao110
Description: IOCP完成端口与高性能服务器程序开发
主程序:
1.监听一个端口
2.等待连接
3.当有连接来时
4.启一个线程对这个客户端进行处理
5.回到2
服务线程:
1.读客户端请求
2.如果客户端不再有请求,执行6
3.处理请求
4.返回操作结果
5.回到1
6.退出线程
Downloaders recently:
董明
liuyj
liu
duan
zhx_513
杨
aa
蓝冰
xiaoyong
[More information of uploader Liutenghao110]]
- [WinsockIOCP_demo] - In the TCP/IP programming, in the Windo
- [UDPClient_TEST] - UDP LAN connectivity, automatic search o
- [IOCPportmodelcompletesamplecode.Zip] - completed using sockets for port operati
- [TCPNetKit] - the procedures used for testing TCP comm
- [IOCPSocketServer] - IOCP Socket Server Control
- [CMemoryPool_src] - C memory pool examples of the use and fr
- [ThreadPool] - The realization of a thread pool, pool s
- [ICOPmodel] - Completion port model is the most effici
- [A_simple_application_using_IO_Completion_Ports_and] - A simple application using IO Completion
- [IOComplete] - Sample code to complete the port call, c
File list (Click to check if it's the file you need, and recomment it at the bottom):
IOCP ....\ClientIOCP.zip ....\IOCPExecutables.zip ....\ServerIOCP.zip