I have four processes accessing the same file using mmap() with MAP_SHARED.
I'd like to take a copy-on-write snapshot of that file so that I can do a
backup. However, if I try to start a fifth process and map the file with
MAP_PRIVATE, the copy-on-write only works one way; i.e. changes made by the
other processes can be visible by the backup process.
How do you get the Linux VM to reverse the copy-on-write, where the four
original processes can keep sharing their data and the fifth backup process
retains the data made at the time of the snapshot?
Thanks,
-Byron
--
Byron Stanoszek Ph: (330) 644-3059
Systems Programmer Fax: (330) 644-8110
Commercial Timesharing Inc. Email: [email protected]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]