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.

Ask HN: Should Google make a web server?

2 pointsby source99over 10 years ago
As Google is in the business of making the entire web browsing experience faster, Does it make sense for them to make a new web server(Apache clone)?

4 comments

modover 10 years ago
Is Apache slow in some obvious manner?<p>If so, wouldn&#x27;t time be better invested in improving that?<p>Since the bulk of the web runs apache, that&#x27;d be the best way to improve the speed of the web, no?
评论 #8624478 未加载
MalcolmDiggsover 10 years ago
They did make their own server, they just don&#x27;t talk about it much.<p><a href="http://www.theregister.co.uk/2010/01/29/google_web_server/" rel="nofollow">http:&#x2F;&#x2F;www.theregister.co.uk&#x2F;2010&#x2F;01&#x2F;29&#x2F;google_web_server&#x2F;</a><p>This the reason you see:<p><pre><code> server:gws </code></pre> in the response headers when you visit Google.com.<p>The real question is whether or not they should open-source it... and I&#x27;d lean in the &quot;yes&quot; direction, but I&#x27;m biased.
chuhnkover 10 years ago
Google has a few web servers internally for different purposes. Maybe they&#x27;ll open source something one day much like kubernetes, a simplified example of what they have. To be honest web serving is more about configuration than speed. Serving a lot of traffic isn&#x27;t difficult these days. We solved the c10k problem long ago.
dkopiover 10 years ago
That&#x27;s pretty much what the google cloud platform is about. <a href="https://cloud.google.com/" rel="nofollow">https:&#x2F;&#x2F;cloud.google.com&#x2F;</a>
评论 #8624305 未加载