Skip to content

Topic

Copy-on-Write

Memory-sharing technique in which two processes map the same physical pages read-only and a private copy is made only when one of them writes.

Current clusters