adspace
Answer Posted / Ajeet Kumar Singh
Busy waiting is a technique used by a process to repeatedly check whether a specific condition is met without using any synchronization primitives. The process enters an infinite loop and continuously checks the condition, consuming CPU cycles unnecessarily. This can lead to poor performance and increased context switching.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers