MSFN Forum: correlation between stateless and async - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

correlation between stateless and async Rate Topic: -----

#1 User is offline   danisroyi 

  • Group: Members
  • Posts: 2
  • Joined: 14-September 10
  • OS:none specified
  • Country: Country Flag

Posted 14 September 2010 - 03:30 AM

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


#2 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 11,208
  • Joined: 09-September 01
  • OS:Windows RT
  • Country: Country Flag

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.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy