Back to the 2024 paper

Module 3: Inter-process Communication

20242m

What is the main problem that the "Critical Section" concept aims to solve in concurrent programming?
(i) Memory overflow
(ii) Infinite loop termination
(iii) Race condition between processes
(iv) Lack of CPU resources

Similar questions