Example of critical section problem in operating system
Answers
Answered by
0
Critical Section Problem. A Critical Section is a code segment that accesses shared variables and has to be executed as an atomic action. It means that in a group of cooperating processes, at a given point of time, only one process must be executing its critical section.
Similar questions