Question: As multimegabyte programs became more common, the time spent executing the fork system call and copying the data and stack segments of the calling process
As multimegabyte programs became more common, the time spent executing the fork system call and copying the data and stack segments of the calling process grew proportionally. When fork is executed in Linux, the parent's address space is not copied, as traditional fork semantics would dictate. How does Linux prevent the child from doing something that would completely change the fork semantics?
Step by Step Solution
3.40 Rating (169 Votes )
There are 3 Steps involved in it
Linux relies on copy on write It gives the child pointers ... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (1 attachment)
761-C-S-D-B-O-S (585).docx
120 KBs Word File
