Difference between revisions of "Asynchronous I/O"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 1: Line 1:
 
In [[computer science]], '''asynchronous I/O''', or '''non-blocking I/O''' is a form of [[input/output]] [[Process (computing)|processing]] that permits other processing to continue before the [[Data transmission|transmission]] has finished.
 
In [[computer science]], '''asynchronous I/O''', or '''non-blocking I/O''' is a form of [[input/output]] [[Process (computing)|processing]] that permits other processing to continue before the [[Data transmission|transmission]] has finished.
 +
 +
(TO DO: expand, organize, cross-reference, illustrate.)
  
 
== Ajax ==
 
== Ajax ==

Revision as of 07:07, 1 October 2015

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.

(TO DO: expand, organize, cross-reference, illustrate.)

Ajax

See Ajax (programming). (TO DO: describe here, cross-reference.)

See also

External links