Asynchrony (computer programming): Difference between revisions

Content deleted Content added
expand explanation
no bold here
Line 3:
 
Examples include:
* [[Asynchronous I/O]], a form of input/output processing that permits other processing to continue before the transmission has finished. "Ajax", short for '''"asynchronous [[JavaScript]] and [[XML]]'''")<ref>http://shiflett.org/blog/2007/apr/ajax-is-not-an-acronym</ref><ref>https://blogs.oracle.com/arungupta/entry/ajax_vs_ajax_ajax_ofcourse</ref><ref name="garrett"/> is a set of [[web development]] techniques utilizing many web technologies used on the [[client-side]] to create asynchronous I/O [[Web application]]s.
* [[Asynchronous method dispatch]] (AMD), a data communication method used when there is a need for the server side to handle a large number of long lasting client requests.