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.
[Jargon File]
| < Previous Terms | Terms Containing busy-wait | Next Terms > |
| bus master bus mastering bus network Busy Beaver busy-loop | block busy-wait hot spot PC-ism semaphore | Butterfly Common LISP Butterfly Scheme button buzz bv |



