Printer Friendly
The Free Dictionary
1,003,802,634 visitors served.
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

demand paging

   Also found in: Wikipedia 0.02 sec.

Copying a page of program code from disk into memory when required by the program.


(memory management)demand paging - A kind of virtual memory where a page of memory will be paged in if an attempt is made to access it and it is not already present in main memory. This normally involves a memory management unit which looks up the virtual address in a page map to see if it is paged in. If it is not then the operating system will page it in, update the page map and restart the failed access. This implies that the processor must be able to recover from and restart a failed memory access or must be suspended while some other mechanism is used to perform the paging.

Paging in a page may first require some other page to be moved from main memory to disk ("paged out") to make room. If this page has not been modified since it was paged in, it can simply be reused without writing it back to disk. This is determined from the "modified" or "dirty" flag bit in the page map. A replacement algorithm or policy is used to select the page to be paged out, often this is the least recently used (LRU) algorithm.

Prepaging is generally more efficient than demand paging.

?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
This considerably reduces the amount of demand paging needed to run most applications (reading and writing of data to the page file on the hard disk), thereby noticeably improving application responsiveness.
The BinFS implements a demand paging mechanism for the OS files that enable a faster boot process, significantly lower RAM allocation, and a safer operation.
Because of VisualSQRIBE's demand paging capabilities, only the desired pages are downloaded to the browser, speeding performance.
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2008 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.