Answers for "problems of paging in memory"

2

shared pages in os

Sharing in Paging Another advantage of paging is the possibility of sharing common code. Reentrant (read- only) code pages of a process address can be shared. If the code is reentrant, it never changes during execution. Thus two or more processes can execute the same code at the same time
Posted by: Guest on November-01-2020

Browse Popular Code Answers by Language