I have a generic question which is related to the HTTP protocol (or any other protocol for that matter)
I know that HTTP is stateless.
Does this mean that it is also async ? Is there any correlation between stateless/statefull and async/sync ?
Or are they independent mechanisms ?
Thanks in advance,
Dani
Page 1 of 1
correlation between stateless and async
#2
Posted 14 September 2010 - 07:41 AM
Independent. You can have both types of HTTP connections, and it is really dependent on what the HTTP call is for - for example, an xmlhttp request over http can be synchronous or asynchronous, depending on how it was written. HTTP will behave as it is told to do so by the client and/or server using the protocol for communication, not to mention the encoding, keep-alive, pipelining, etc.
- ← uploading Unicode file(s)
- Server - Side Help (IIS, Apache, etc.)
- Mounting Webdav folder on Windows 7 →
Share this topic:
Page 1 of 1



Help
Back to top










