文件名称:sharedatawithmultip
-
所属分类:
- 标签属性:
- 上传时间:2012-12-28
-
文件大小:2.75mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
对于同一个进程,多次加载时,会创建其多个实例,如第一个实例A的进程地址空间(4GB),第二个实例B的进程地址空间(4GB),每个进程实例的地址空间中都有多个代码页面和 多个数据页面,
首次A加载时,它们会被映射到虚拟内存中,当出出数据页面被修改时,系统会首先截获,接着为应用程序A试图写入的内存页面分配一块新的内存,然后复制页面内容,最后让应用程序写入刚分配的内存块.此时,应用程序A的数据页面已经指向的新的地方.这里主要运用了页面的写时复制特性.
-For the same process, many loaded, will create more than one instance of its first instance A process address space (4GB), the second instance of B, the process address space (4GB), the address of each process instance space has multiple code pages and multiple data page A is loaded for the first time, they will be mapped into the virtual memory, when out of the data page is modified, the system will first intercepted, then application A attempts to write memory page allocation into a new memory, and then copy the content of the page, the last application to write to the newly allocated memory block. Application A data page has pointed to the new place where the main use of the page write when replication features.
首次A加载时,它们会被映射到虚拟内存中,当出出数据页面被修改时,系统会首先截获,接着为应用程序A试图写入的内存页面分配一块新的内存,然后复制页面内容,最后让应用程序写入刚分配的内存块.此时,应用程序A的数据页面已经指向的新的地方.这里主要运用了页面的写时复制特性.
-For the same process, many loaded, will create more than one instance of its first instance A process address space (4GB), the second instance of B, the process address space (4GB), the address of each process instance space has multiple code pages and multiple data page A is loaded for the first time, they will be mapped into the virtual memory, when out of the data page is modified, the system will first intercepted, then application A attempts to write memory page allocation into a new memory, and then copy the content of the page, the last application to write to the newly allocated memory block. Application A data page has pointed to the new place where the main use of the page write when replication features.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
windows核心编程之在同一个可执行文件间共享数据/
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/17-AppInst.ncb
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/17-AppInst.sln
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/17-AppInst.suo
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/17-AppInst.vcproj
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/17-AppInst.vcproj.8.00.old
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/17-AppInst.vcproj.KIKOP.yhm.user
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/AppInst.aps
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/AppInst.cpp
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/AppInst.ico
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/AppInst.rc
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/Debug/
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/Debug/BuildLog.htm
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/Resource.h
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/UpgradeLog.XML
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/_UpgradeReport_Files/
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/_UpgradeReport_Files/UpgradeReport.css
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/_UpgradeReport_Files/UpgradeReport.xslt
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/_UpgradeReport_Files/UpgradeReport_Minus.gif
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/_UpgradeReport_Files/UpgradeReport_Plus.gif
windows核心编程之在同一个可执行文件间共享数据/CommonFiles/
windows核心编程之在同一个可执行文件间共享数据/CommonFiles/CmnHdr.h
windows核心编程之在同一个可执行文件间共享数据/CommonFiles/EnsureCleanup.h
windows核心编程之在同一个可执行文件间共享数据/CommonFiles/IoCompletionPort.h
windows核心编程之在同一个可执行文件间共享数据/CommonFiles/Toolhelp.h
windows核心编程之在同一个可执行文件间共享数据/CommonFiles/WaitChainTraversal.h
windows核心编程之在同一个可执行文件间共享数据/windows核心编程之在同一个可执行文件间共享数据.docx
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/17-AppInst.ncb
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/17-AppInst.sln
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/17-AppInst.suo
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/17-AppInst.vcproj
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/17-AppInst.vcproj.8.00.old
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/17-AppInst.vcproj.KIKOP.yhm.user
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/AppInst.aps
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/AppInst.cpp
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/AppInst.ico
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/AppInst.rc
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/Debug/
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/Debug/BuildLog.htm
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/Resource.h
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/UpgradeLog.XML
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/_UpgradeReport_Files/
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/_UpgradeReport_Files/UpgradeReport.css
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/_UpgradeReport_Files/UpgradeReport.xslt
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/_UpgradeReport_Files/UpgradeReport_Minus.gif
windows核心编程之在同一个可执行文件间共享数据/17-AppInst/_UpgradeReport_Files/UpgradeReport_Plus.gif
windows核心编程之在同一个可执行文件间共享数据/CommonFiles/
windows核心编程之在同一个可执行文件间共享数据/CommonFiles/CmnHdr.h
windows核心编程之在同一个可执行文件间共享数据/CommonFiles/EnsureCleanup.h
windows核心编程之在同一个可执行文件间共享数据/CommonFiles/IoCompletionPort.h
windows核心编程之在同一个可执行文件间共享数据/CommonFiles/Toolhelp.h
windows核心编程之在同一个可执行文件间共享数据/CommonFiles/WaitChainTraversal.h
windows核心编程之在同一个可执行文件间共享数据/windows核心编程之在同一个可执行文件间共享数据.docx
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.