Encyclopedia > Interrupt latency

  Article Content

Interrupt latency

This is the time that a computer system takes to begin running the interrupt code associated with a particular electronic event.

Most operating systems (OS) disable interrupts in order to protect their critical regions. Therefore interrupt latency is determined by the software of a computer system.

Interrupt latency and throughput are not the same. Many of the techniques that improve interrupt latency reduce throughput. For example, low-latency operating systems use special data structures that permit the OS to enable interrupts on each cycle of the search of the data structure. This reduces the absolute number of times that the OS can switch tasks per second (i.e., it lowers throughput), but decreases the OS's response time to service the electronics.

Many computer systems require low interrupt latencies, especially embedded systems that control machinery in real-time. Sometimes these systems use a real-time operating system.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Ocean Beach, New York

... children under the age of 18 living with them, 45.9% are married couples living together, 8.2% have a female householder with no husband present, and 42.6% ar ...

 
 
 
This page was created in 41.4 ms