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
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