Re: what "COW" stands for in linux memory management? (eom)

Christian Robottom Reis (kiko@radiumsystems.com.br)
Wed, 17 Nov 1999 20:48:34 -0200 (EDT)


On Sat, 6 Nov 1999 afei@jhu.edu wrote:

Copy-On-Write, a technique used to make forking processes very fast making
use of page table mechanisms available on modern virtual-memory capable
CPUs. It basically consists of write-protecting the parent process' pages
, sharing it with the child process, and copying the page to a new
write-enabled page on a write fault, for the child's enjoyment.

k

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/