- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
overlapped io模型深入分析(重叠IO模型深入分析)
overlapped io模型深入分析(重叠IO模型深入分析)
Today I read an article on the Zee BLOG, said Overlapped I/O, the concept is not clear, so further study
The site /Article_Show.asp ArticleID=906?,
This article ArticleID=907 and /Article_Show.asp?:
Author: Source: in-depth analysis of /wu_yanan2003 Overlapped I/O model
Sketch:
Overlapped I/O also known as Asynchronous I/O, asynchronous I/O model. I/O asynchronous and synchronous I/O, synchronous I/O, the program was suspended until the I/O is processed, in order to obtain the control program. Asynchronous I/O, a function call told OS, I/O operations, ranging from I/O immediately after the return, continue program execution, after the completion of the I/O operating system, a notification message to you. Overlapped I/O is a kind of model, it can be made by the kernel object (hand), event kernel object (hEvent), asynchronous procedure call (APCs) and completion port (I/O completion) implementation.
The purpose of the design of Overlapped I/O:
Replace the multi thread function (multi thread synchronization mechanism, there is error handling in the tens of thousands of threads in the I/O thread context switch is consumption of CPU resources).
Overlapped I/O model is OS for you to transfer data, complete context switching, inform you in after processing. The handler, for OS processing. But also by internal thread processing.
The data structure of Overlapped:
Typedef struct {_OVERLAPPED
DWORD Internal; usually reserved, when GetOverlappedResult (False) and GatLastError () is not returned back to the ERROR_IO_PENDINO, the state is set to the state system.
DWORD InternalHigh; usually reserved, when GetOverlappedResult (False) returns, for
The length of the data being transmitted.
DWORD Offset; specify the location of the file, from the position of the transmission data, the file position is relative documents
Byte offset at. Call ReadFile or WriteFile before the function call into the
Is this member, read and write the named pipe and communi
您可能关注的文档
- html基本语法(HTML basic grammar).doc
- h开头的女英文名(At the beginning of the H English female name).doc
- h巧妙理解电气基础理论y(H basic understanding of electrical theory clever y).doc
- i-20(the - 20).doc
- ican网络在工程机械中的应用实例分析(Analysis of the application of Ican network in engineering machinery).doc
- i7 超频(I7 overclocking).doc
- ict在线测试仪的好处与弊端(The advantages and disadvantages of ICT on-line testing instrument).doc
- ibm-pc汇编语言程序设计(IBM-PC assembly language programming).doc
- idea与古希腊两种哲学思维方式(Idea and two kinds of ancient Greek philosophy thinking mode).doc
- ielts(雅思)阅读方法与技巧(IELTS (Ya Si) reading methods and skills).doc
- qa和qc的区别(The difference between QA and QC).doc
- qqaa(qqaa).doc
- qq个性签名大全 - qq个性签名大全(QQ personalized signature - QQ personalized signature Daquan Daquan).doc
- qq个性签名大全(七)经典(QQ character signature Daquan (seven) classic).doc
- qq伤感个性签名(QQ sad character signature).doc
- qq的个性情侣网名和个性签名,以及分栏(Web personality and individuality signature QQ, and columns).doc
- qq盗号及验证码作用(QQ hacking and verification code.).doc
- qq个性签名大全(二)繁体(QQ Daquan (two) Chinese character signature).doc
- qq个性签名(QQ character signature).doc
- qq搞笑个性签名(QQ funny character signature).doc
最近下载
- 杨镇安置房项目规划建筑设计方案-20211012.pdf VIP
- 《盐碱地有益微生物菌群筛选及扩繁技术规范》.pdf VIP
- DLT 1236-2021 输电杆塔用地脚螺栓与螺母.pdf VIP
- 第一单元-第2课《国色之韵》课件+2025—2026学年+人教版(2024)初中美术八年级上册.pptx VIP
- 新《安全生产法》试题及答案.doc VIP
- 团队协作团队领.pptx VIP
- 英文朗诵the-youth完整版.docx VIP
- 2025至2030中国USB3.0相机行业项目调研及市场前景预测评估报告.docx
- 工程试验检测管理培训课件.pptx VIP
- 橡胶籽油环氧脂肪酸甲酯.docx VIP
文档评论(0)