Isn't an synchronous call just an asynchronous call with a small timeout value?
Posted
by Zubair
on Stack Overflow
See other posts from Stack Overflow
or by Zubair
Published on 2010-03-17T09:17:42Z
Indexed on
2010/03/17
9:21 UTC
Read the original article
Hit count: 254
asynchronous
|synchronous
I am a bit confused as to why a synchronous call is different to an asynchronous call, as there is never an "immediate" response, it still takes some nano or milliseconds?
© Stack Overflow or respective owner