to avoid the race condition the number of processes that may be simultaneously inside their critical section is
Answers
Answered by
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.
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