why web service is called asynchronously? What is the reasone behind it?
+1
A:
"Asynchronous" means "not at the same time as other things". The only other "things" are the normal page loads, and these requests happen independently, hence they are "asynchronous".
Ignacio Vazquez-Abrams
2010-06-16 06:05:59