Lesson 5 of 5 • 35 upvotes • 13:04mins
This course will cover the Synchronization of processes. There are 2 type of processes - Cooperative and Independent. We will also discuss Critical Section Problem in which no 2 processes can exist in critical section simultaneously. There are 2 solution for this problem - Peterson's Solution and lock variable.
5 lessons • 1h 7m
Course Overview (in Hindi)
10:05mins
Lesson 1 : Cooperative Process , Critical Section Problem & Race condition (in Hindi)
14:59mins
Lesson 2 : Code Segment & Conditions of Any Solution for Critical Section Problem (in Hindi)
13:59mins
Lesson 3 : Peterson's Solution & TestAndSet Solution for CS Problem with Code (in Hindi)
14:55mins
Lesson 4 : Lock Variable solution of CS Problem with Code (in Hindi)
13:04mins