JargonFile/original/html/O/overrun.html

15 lines
2.8 KiB
HTML
Raw Normal View History

2014-03-27 14:54:56 -04:00
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>overrun</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../O.html" title="O"/><link rel="previous" href="overflow-bit.html" title="overflow bit"/><link rel="next" href="overrun-screw.html" title="overrun screw"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">overrun</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="overflow-bit.html">Prev</a><EFBFBD></td><th width="60%" align="center">O</th><td width="20%" align="right"><EFBFBD><a accesskey="n" href="overrun-screw.html">Next</a></td></tr></table><hr/></div><dt><a id="overrun"/><dt xmlns="" id="overrun"><b>overrun</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> 1. [techspeak] Term for a frequent consequence of data arriving
faster than it can be consumed, esp. in serial line communications. For
example, at 9600 baud there is almost exactly one character per
millisecond, so if a <a href="../S/silo.html"><i class="glossterm">silo</i></a> can hold only two
characters and the machine takes longer than 2 msec to get to service the
interrupt, at least one character will be lost.</p></dd><dd><p> 2. Also applied to non-serial-I/O communications. &#8220;<span class="quote">I forgot
to pay my electric bill due to mail overrun.</span>&#8221; &#8220;<span class="quote">Sorry, I got
four phone calls in 3 minutes last night and lost your message to
overrun.</span>&#8221; When <a href="../T/thrash.html"><i class="glossterm">thrash</i></a>ing at tasks, the next
person to make a request might be told &#8220;<span class="quote">Overrun!</span>&#8221; Compare
<a href="../F/firehose-syndrome.html"><i class="glossterm">firehose syndrome</i></a>.</p></dd><dd><p> 3. More loosely, may refer to a
<a href="../B/buffer-overflow.html"><i class="glossterm">buffer overflow</i></a> not necessarily related to processing time (as in
<a href="overrun-screw.html"><i class="glossterm">overrun screw</i></a>).</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="overflow-bit.html">Prev</a><EFBFBD></td><td width="20%" align="center"><a accesskey="u" href="../O.html">Up</a></td><td width="40%" align="right"><EFBFBD><a accesskey="n" href="overrun-screw.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">overflow bit<69></td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"><EFBFBD>overrun screw</td></tr></table></div></body></html>