Page 1 of 1

Question 35 2 pts The problem with busy waiting is that It makes synchronization unreliable. It sometimes does not termi

Posted: Mon May 09, 2022 5:54 am
by answerhappygod
Question 35 2 Pts The Problem With Busy Waiting Is That It Makes Synchronization Unreliable It Sometimes Does Not Termi 1
Question 35 2 Pts The Problem With Busy Waiting Is That It Makes Synchronization Unreliable It Sometimes Does Not Termi 1 (43.6 KiB) Viewed 24 times
Question 35 2 pts The problem with busy waiting is that It makes synchronization unreliable. It sometimes does not terminate when it is supposed to It sometimes causes race conditions. O It prevents the CPU from doing more useful work. Question 36 2 pts What disadvantage does the TSL instruction have that Petersen's solution does not? It requires hardware support It requires operating systems support. It does not guarantee correct synchronization O It requires busy waiting