Computer Science, asked by yashi6632, 1 year ago

to avoid the race condition the number of processes that may be simultaneously inside their critical section is

Answers

Answered by tmohanta9
0
Critical Section is an exclusive section the name implies that more than one process accessing the section could cause data inconsistencies or worse loss of data.

To handle the critical section problem a module named "Process Synchronization" is implemented in the Operating System. It has some elegant solutions to the problem.

Worth a read.
Similar questions