977 views
0 votes
0 votes
A file is to be shared among different processes, each of which has a unique number. The file can be accessed simultaneously by several processes, subject to the following constraint: the sum of all unique numbers associated with all the processes currently accessing the file must be less than $n$.Write a monitor to coordinate access to the file.

Please log in or register to answer this question.

Related questions