Difference between revisions of "Asynchronous I/O"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
== Ajax ==
 
== Ajax ==
  
See [[Ajax (programming)]]. (TO DO: describe here, cross-reference.)
+
See [[Ajax (programming)]].
  
 
== See also ==
 
== See also ==
Line 9: Line 9:
 
* [[Ajax (programming)]]
 
* [[Ajax (programming)]]
 
* [[Computer science]]
 
* [[Computer science]]
 +
* [[Data transmission]]
 
* [[Input/output]]
 
* [[Input/output]]
 
* [[Process (computing)]]
 
* [[Process (computing)]]
* [[Data transmission|transmission]]
 
  
 
== External links ==
 
== External links ==
  
 
* [https://en.wikipedia.org/wiki/Asynchronous_I/O Asynchronous I/O] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Asynchronous_I/O Asynchronous I/O] @ Wikipedia
 +
 +
[[Category:Computer science]]

Latest revision as of 05:29, 21 April 2016

In computer science, asynchronous I/O, or non-blocking I/O is a form of input/output processing that permits other processing to continue before the transmission has finished.

Ajax

See Ajax (programming).

See also

External links