Question: Two processes are running and sharing memory. Process A opens a file. It then saves the returned file descriptor in shared memory. Process B reads
Two processes are running and sharing memory.
Process A opens a file. It then saves the returned file descriptor in shared memory.
Process B reads the file descriptor from shared memory. It then tries to read from the file using that file descriptor.
a) Why will this generally not work?
b) Identify the exceptional circumstance in which this will actually work, meaning that Process 2 would actually read successfully from the correct file.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
