Difference between revisions of "Asynchronous I/O"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (First) |
Karl Jones (Talk | contribs) |
||
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. | ||
+ | |||
+ | == Ajax == | ||
+ | |||
+ | See [[Ajax (programming)]]. (TO DO: describe here, cross-reference.) | ||
+ | |||
+ | == See also == | ||
+ | |||
+ | * [[Ajax (programming)]] | ||
+ | * [[Computer science]] | ||
+ | * [[Input/output]] | ||
+ | * [[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 |
Revision as of 10:09, 9 September 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.
Ajax
See Ajax (programming). (TO DO: describe here, cross-reference.)
See also
External links
- Asynchronous I/O @ Wikipedia