TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Serving static files: a comparison between Apache, Nginx, Varnish and G-WAN

29 点作者 tswicegood将近 14 年前

4 条评论

jbyers将近 14 年前
The comments on this post are worth reading. It's impossible to construct a meaningful synthetic benchmark without more rigor about what client is being used, how it's configured, how the OS is tuned, testing against actual files (rather than a "Hello World" 100 byte file), details on default tuning for each webserver, and finally what exactly is intended to be tested and what is in fact being tested.<p>A great post on the subject from mnot:<p><a href="http://www.mnot.net/blog/2011/05/18/http_benchmark_rules" rel="nofollow">http://www.mnot.net/blog/2011/05/18/http_benchmark_rules</a>
评论 #2630390 未加载
dochtman将近 14 年前
Newer benchmark from the same author:<p><a href="http://nbonvin.wordpress.com/2011/03/24/serving-small-static-files-which-server-to-use/" rel="nofollow">http://nbonvin.wordpress.com/2011/03/24/serving-small-static...</a><p>This GWAN thing looks rather interesting. A bunch more benchmarks can be found on <a href="http://gwan.com/" rel="nofollow">http://gwan.com/</a>.
评论 #2630935 未加载
owenmarshall将近 14 年前
Benchmarks that don't include standard deviations are worse than bad. They are <i>dangerous</i>.
jjm将近 14 年前
Regarding Apache Traffic Server, here are some benchmarks: <a href="http://www.ogre.com/node/391" rel="nofollow">http://www.ogre.com/node/391</a>