<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Command_queue</id>
	<title>Command queue - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Command_queue"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Command_queue&amp;action=history"/>
	<updated>2026-05-01T15:42:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Command_queue&amp;diff=2874838&amp;oldid=prev</id>
		<title>imported&gt;Kvng: rm empty section</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Command_queue&amp;diff=2874838&amp;oldid=prev"/>
		<updated>2024-11-12T14:52:21Z</updated>

		<summary type="html">&lt;p&gt;rm empty section&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{unreferenced|date=December 2012}}&lt;br /&gt;
&lt;br /&gt;
In [[computer science]], a &amp;#039;&amp;#039;&amp;#039;command queue&amp;#039;&amp;#039;&amp;#039; is a [[Queue (data structure)|queue]] that determines when a command is executed, usually by order of [[Priority queue|priority]] or on a [[FIFO (computing and electronics)|first-in first-out]] basis. Instead of waiting for each command to be executed before sending the next one, a program will put all its commands in the command queue, freeing it to perform other functions while the queue is processed by the [[operating system]]. &lt;br /&gt;
&lt;br /&gt;
This delegation not only frees the program from handling the queue but can also help optimize execution. For instance, when handling multiple requests from several users, a network server&amp;#039;s hard drive can reorder the requests in its queue using the [[elevator algorithm]], which minimizes mechanical movement.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
* [[Native Command Queuing]] (NCQ) in [[Serial ATA]] (SATA)&lt;br /&gt;
* [[Tagged Command Queuing]] (TCQ) in [[Parallel ATA]] and [[SCSI]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Batch processing]]&lt;br /&gt;
*[[Burst mode (computing)]]&lt;br /&gt;
*[[Command pattern]]&lt;br /&gt;
*[[Job queue]]&lt;br /&gt;
*[[Job scheduler]]&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Command Queue}}&lt;br /&gt;
[[Category:Job scheduling]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{compu-stub}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Kvng</name></author>
	</entry>
</feed>