Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

prepaging

You are here: irt.org | FOLDOC | prepaging

<architecture> (Or "working set model") A technique whereby the operating system in a paging virtual memory multitasking environment loads all pages of a process's working set into memory before the process is restarted.

Under demand paging a process accesses its working set by page faults every time it is restarted. Under prepaging the system remembers the pages in each process's working set and loads them into physical memory before restarting the process. Prepaging reduces the page fault rate of reloaded processes and hence generally improves CPU efficiency.

["Modern Operating Systems", Andrew S. Tanenbaum, pub. Prentice Hall, Inc. 1992].

(1998-04-23)

Nearby terms: pre-order « pre-order traversal « PREP « prepaging » prepend » preprocessor » pre-sales support rep

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb