394 views
2 votes
2 votes

Should we consider bounded waiting if there is already a deadlock?

I mean to say "If there is deadlock then surely not bounded waiting"  is this statement true alway ?

Some solutions follow this rule some solutions not.

Thanks in advance :)

2 Answers

0 votes
0 votes

Sir i want to ask you that is there any relation between deadlock and bounded waiting...?

is your statement always holds true that "If there is deadlock then surely not bounded waiting"..?

Related questions

0 votes
0 votes
1 answer
1
ajayraho asked Oct 23, 2022
914 views
What is the significance of infinite loop that is written in every example of process synchronisation? What would happen if there wasn't any infinite loop?
3 votes
3 votes
0 answers
2
iarnav asked Sep 28, 2018
777 views
Any implementation of a critical section requires the use of an indivisible machine- instruction ,such as test-and-set?Is the above statement True or False?