Are there any other factors that affect the property of bounded waiting in process synchronization other than context switching?
Is context switching is the only factor that affects the bounded waiting in process synchronization?
Asked
Active
Viewed 15 times
0
-
What else could there be? If there is no thread context change, then the current set of running threads can never change. – Martin James Sep 25 '20 at 19:35
-
So that means, if there is no context switching there is no bounded waiting? – Damitha Neranjan Sep 26 '20 at 05:48