利用一种在Windows平台上的I/O完成端口(IOCP)方法.解决在C/S模式下远程监控服务器针对大量并发客户连接请求的问题。用IOCP机制控制和管理多并发线程。实现高效的系统网络性能,并给出基于Windows Socket的远程监控服务器的网络传输设计和实现过程。
Solves the problem of large numbers of concurrent client connection requests to the remote video server in C/S mode by IOCP mechanism in Windows platform. Manages and controlls the multi- ple concurrent threads by IOCP mechanism which makes the system realize an efficient network performance. Gives the network transmission design and implementation process of the remote monitor server based on Windows Socket.