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.

Making the Web Faster with HTTP 2 Protocol

35 pointsby rvavruchabout 13 years ago

4 comments

viraptorabout 13 years ago
With all the buzz already surrounding SPDY and the number of existing implementations out there... what are the chances that HTTP-2.0 will simply never get the traction it needs for real applications?<p>I mean SPDY is here and almost every server can handle it already. (where can != is configured to by default) If google pulls features from HTTP-2.0 into SPDY-1.x in the next couple of months, what would be the benefit of anyone doing HTTP-2.0?
评论 #3924556 未加载
评论 #3924709 未加载
评论 #3924568 未加载
评论 #3924596 未加载
dmakabout 13 years ago
"Another aspect of concern is the implementation of server push of resources that were already cached by the browsers. Mobile applications may also not want to retrieve some resources that the server may assume they want to download. So the criticism is that preemptive server push may end up being an undesirable thing."<p>Why is it "preemptive"? It seems more like a nonpreemptive push, right?
chimeabout 13 years ago
&#62; If the user closes the browser tab and no other pages from the same site are opened, the browser may send an explicit request to end the connection, so it does not keep tying the server.<p>Does this mean keeping a background tab open uses a remote server's resources indefinitely? How can I as the server dev prevent unintentional DDOS?
评论 #3926125 未加载
评论 #3924982 未加载
评论 #3924724 未加载
zafriedmanabout 13 years ago
I was so close to not opening this because the source is a website with the name 'PHP' in it... but I'm glad I did, nice article.