
IOCP
dalaoma
这个作者很懒,什么都没留下…
展开
-
Windows Socket I/O模型全接触
<br />本文简单介绍了当前Windows支持的各种Socket I/O模型,如果你发现其中存在什么错误请务必赐教。<br /> 一:select模型<br /> 二:WSAAsyncSelect模型<br /> 三:WSAEventSelect模型<br /> 四:Overlapped I/O 事件通知模型<br /> 五:Overlapped I/O 完成例程模型<br /> 六:IOCP模型<br /> 老陈有一个在外地工作的女儿,不能经常回来,老陈和她通过转载 2010-07-26 17:45:00 · 374 阅读 · 0 评论 -
INFO: Design Issues When Using IOCP in a Winsock Server
<br />http://support.microsoft.com/kb/192800<br /> This article assumes you already understand the I/O model of the Windows NT I/O Completion Port (IOCP) and are familiar with the related APIs. If you want to learn IOCP, please see Advanced Windows (3rd ed原创 2010-07-26 13:28:00 · 539 阅读 · 0 评论