CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - select socket
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - select socket - List
[
VC/MFC
]
IOCP
DL : 0
IOCP全称I/O Completion Port,中文译为I/O完成端口。IOCP是一个异步I/O的API,它可以高效地将I/O事件通知给应用程序。与使用select()或是其它异步方法不同的是,一个套接字[socket]与一个完成端口关联了起来,然后就可继续进行正常的Winsock操作了。然而,当一个事件发生的时候,此完成端口就将被操作系统加入一个队列中。然后应用程序可以对核心层进行查询以得到此完成端口。此资料是对IOCP模型的深入讲解及总结,让你能更清楚的了解IOCP模型工作的本质。-The full name of IOCP I/O Completion Port, Chinese translated as I/O completion ports. IOCP is an asynchronous I/O API, it can be efficiently the I/O event notification to the application. With the use of () or other asynchronous method is different, a [socket] socket and a completion port linked up, then you can continue normal operation of the Winsock. However, when an incident occurs, the completion port will be operating system to join a queue. Then the application can be on the core layer of the query to get the completion port. This information is on IOCP model in-depth explanation and summary, let you can work to understand the essence of IOCP model more clearly.
Date
: 2025-12-20
Size
: 329kb
User
:
Mike
[
VC/MFC
]
Windows-Sockets-Based-on-Visual-CPP
DL : 0
《精通Windows Sockets网络开发:基于Visual C++实现》由浅入深、循序渐进地讲解如何使用WindowsSockets开发网络应用程序。WindowsSockets是当前主要的网络开发技术之一。《精通Windows Sockets网络开发:基于Visual C++实现》内容包括准备开发环境、TCP/IP基本介绍、Windows套接字基础、协议特征、基本TCP套接字编程、基本UDP套接字编程、套接字选项、套接字阻塞模式开发、套接字非阻塞模式开发、Select模型开发、WSAAsyncSelect模型开发、WSAEventSelect模型开发、重叠I/O模型开发和完成端口模型开发。为使读者深入理解套接字的理论知识,增加实践项目经验,《精通Windows Sockets网络开发:基于Visual C++实现》最后7章,每章讲解一个具有实践意义的网络应用程序。在这些实例中包含许多软件开发技术知识,如STL、ADO、多线程、MFC、软件设计模式等。-Explain how to use Windows Sockets to develop web applications, including the preparation of the development environment, TCP/IP basic introduction, Windows socket base, protocol features, basic TCP socket programming, basic UDP socket programming, socket options, socket blocking mode development, socket Non-blocking mode development, Select model development, WSAAsyncSelect model development, WSAEventSelect model development, overlapping I/O model development and completion port model development.
Date
: 2025-12-20
Size
: 48.47mb
User
:
Raina
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.