This video covers Race condition in process synchronization. The concept of race condition is explained with an example. A situation where several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place, is called a race condition. Critical section is also introduced
The PPT on critical section problem is available at :
https://dextutor.com/critical-section-problem/
Download
0 formats
No download links available.
Race Condition || Process Synchronization | NatokHD