Copy-on-write protection is an optimization that allows multiple-05282
Copy-on-write protection is an optimization that allows multiple processes to map their virtual address spaces such that they share a physical page until one of the processes modifies the page. This definition belongs to which technique.
This multiple choice question (MCQ) is related to the book/course vu cs410 Visual Programming. It can also be found in vu cs410 Final Term - Quiz No.7.
Copy-on-write protection is an optimization that allows multiple processes to map their virtual address spaces such that they share a physical page until one of the processes modifies the page. This definition belongs to which technique.
Lazy evaluation
Fast evaluation
Process evaluation
None of the given