Digital UNIX | ||
---|---|---|
Prev | Chapter 5. Virtual Memory | Next |
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.
Prev | Home | Next |
Secure Shared Memory Segments | Up | Page Coloring |