Computer Science, asked by vaishu2398, 10 months ago

solution for critical section problem​

Answers

Answered by Jamal2006
1

Answer:

Math..... is the critical problem

Answered by manishasahoo720
0

Answers:Peterson’s Solution is a classical software based solution to the critical section problem.

In Peterson’s solution, we have two shared variables:

boolean flag[i] :Initialized to FALSE, initially no one is interested in entering the critical section

int turn : The process whose turn is to enter the critical section

Explanation:

Similar questions