次の方法で共有


Demand Paging Considerations (Windows CE 5.0)

Send Feedback

In a real-time environment, frequent demand paging can worsen performance. Demand paging allows memory to be shared among multiple processes. In a demand-paging environment, pages from one process can be discarded and removed from memory when memory is low. You can turn off demand paging for the entire system by using the Config.bib file. Alternatively, you can also turn off demand paging for an individual dynamic-link library (DLL) by using LoadDriver or by creating a file system driver that does not support demand paging. When demand paging is turned off, all of the code for a module is loaded into memory and never discarded.

See Also

Real-Time Performance Considerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.