explain concurrent sharingconcurrent sharing some


Explain Concurrent sharing.

Concurrent sharing: Some number of programs may share a file concurrently. While this is the case, this is essential to ignore mutual interference among them. There are three categories of concurrent sharing:

a. Immutable files: If a file is shared into immutable mode, no one of the sharing programs can modify it. Such mode has the advantage that sharing programs are independent of one more.

b. Single image immutable files: There the changes made by one program are instantly visible to other programs. The Unix file system utilizes this file- sharing mode.

c. Multiple image mutable files: There many programs can concurrently update the shared file. All updating program creates a latest version of the file that is different from the version created through concurrent programs. Such sharing mode can only be utilized in applications where the existence of multiple versions and concurrent updates are meaningful.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: explain concurrent sharingconcurrent sharing some
Reference No:- TGS0276409

Expected delivery within 24 Hours