w3ctag / capability-urls

Work on good practices for the use of capability URLs
http://w3ctag.github.io/capability-urls/
33 stars 17 forks source link

Remove outdated note #3

Open martinthomson opened 10 years ago

martinthomson commented 10 years ago

There are larger issues here about using HTTP for frequent, small, messages. Arguably, HTTP isn't an appropriate protocol in these circumstances, or other workarounds such as long polling or pipelined requests would work better.

The protocol overhead associated with making small messages is being addressed in HTTP/2. Thus, the limitation isn't inherent to HTTP, it's merely a consequence of the choices in one specific manifestation of HTTP: i.e., HTTP/1.1 and earlier.

The major reason is already implicit here: authentication isn't easy to coordinate.