392 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


Deprecated: Implicit conversion from float-string "1538113835.592" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1538113835.592" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1538113835.592" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1538113835.592" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1532780235.795" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1532780235.795" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1532780235.795" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1532780235.795" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1532697207.754" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1532697207.754" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1532697207.754" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1532697207.754" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803
901
views
1 answers
0 votes
ajayraho asked Oct 23, 2022
901 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?
766
views
0 answers
3 votes
iarnav asked Sep 28, 2018
766 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?
768
views
0 answers
0 votes
iarnav asked Jul 28, 2018
768 views
Original question - Click hereMy question is how deadlock is possible in that question. I've read the discussion and folks are saying that this below line is not an atom...
2.2k
views
1 answers
0 votes
iarnav asked Jul 27, 2018
2,194 views
Clear Algorithm photo - herePlease see page 1 - herePage 2 - here Page 3 hereMy question is that when P0 didn't get stuck at line 11 on page 3 then won't it go and execut...