0%

ALL meanings of busy-wait

B b
  • noun Technical meaning of busy-wait (programming)   To wait for an event by spinning through a tight loop or timed-delay loop that polls for the event on each pass, as opposed to setting up an interrupt handler and continuing execution on another part of the task. This is a wasteful technique, best avoided on time-sharing systems where a busy-waiting program may hog the processor. 1
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?