642 views
0 votes
0 votes

given solution is wait(P) , wait(Q), wait(p) , wait(Q) for s1,s2,s3,s4 respectively

I know this implementation is deadlock free just want to ask if it will follow bounded waiting and progress and how both of them are different?

 

Please log in or register to answer this question.

Related questions

6 votes
6 votes
1 answer
2
Shamim Ahmed asked Jan 13, 2019
1,478 views
Let S be a binary semaphore variable, S=0What will be the value of S when following operations are performed:-2P, 4V, 5P, 2P, 8V, 3P, 2V ?
0 votes
0 votes
0 answers
3