摘要
本文讨论在Windows环境下,如何开发出一种基于TCP协议的高并发服务器程序。本文谈论Windows下套接字I/O模型,同步和异步I/O,阻塞和非阻塞模式,主要谈论IOCP通讯模型的原理和开发过程。
This article simple discussion on the programming of server program with the high concurrency under the environment of the Windows OS. Synchronous and asynchronous I/O, Blocking and non- blocking model. And main content is discussion the IOCP pattern and programming.
出处
《电脑知识与技术》
2016年第1X期257-258,共2页
Computer Knowledge and Technology
关键词
高并发
服务器端程序开发
IOCP
Synchronous and asynchronous I/O
Congestion and non-blocking model
IOCP