TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Will there be a Distributed HTTP?

8 pointsby MrArtichautalmost 10 years ago

1 comment

i336_almost 10 years ago
This isn&#x27;t distributed, but it might be considered (arguably) vaguely relevant: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Multipath_TCP" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Multipath_TCP</a><p>MPTCP splits a TCP virtual circuit (connection) up into multiple paths so that the underlying packets can travel via more than one route to their final destination.<p>It&#x27;s a very, very new protocol; Linux contains the official reference implementation (which Android gets too), and independent implementations can be found in FreeBSD, F5 Networks&#x27; BIG-IP, and Citrix Netscaler.<p>However, Apple&#x27;s introduction of MPTCP in iOS 7 is the most interesting: the OS actively uses the technology to talk to various Apple-controlled services. <a href="http:&#x2F;&#x2F;perso.uclouvain.be&#x2F;olivier.bonaventure&#x2F;blog&#x2F;html&#x2F;2013&#x2F;09&#x2F;18&#x2F;mptcp.html" rel="nofollow">http:&#x2F;&#x2F;perso.uclouvain.be&#x2F;olivier.bonaventure&#x2F;blog&#x2F;html&#x2F;2013...</a><p>As such, it&#x27;s currently the biggest commercial implementation of MPTCP out there at the moment.