Digital UNIX
PrevChapter 5. Virtual MemoryNext

Shared Text Segments

Shared text segments allow multiple processes to share the same page tables that map shared text. All processes that share the same text segment benefit from one process taking a page fault, because less memory is needed and the performance of fork is improved.


PrevHomeNext
Secure Shared Memory SegmentsUpPage Coloring