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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

G-WAN - High-performing HTTP server, scriptable using ANSI C

7 点作者 cgbystrom超过 14 年前

4 条评论

jws超过 14 年前
Interesting?<p>✓ web server + ssl + dynamic content<p>✓ runs on linux<p>✓+ superlative performance claims<p>✓ free<p>☹ binary only download?<p>☹ no source?<p>☹ tenuous legal reasoning displayed on web site<p>No thanks.<p>(And I wish Unicode added the WTF glyph for posts like this. <a href="http://www.typophile.com/node/16343" rel="nofollow">http://www.typophile.com/node/16343</a> )
评论 #2129240 未加载
评论 #2129430 未加载
tlack超过 14 年前
I wonder how fast nginx would be with C scripts for modules, rebuilding executables as needed using file mtime? Might be worth the experiment. For things like presence servers and COMET, it makes sense to code in C. Anyone else interested in exploring this subject?<p>Edit: Found this "comparison" <a href="http://www.wikivs.com/wiki/G-WAN_vs_Nginx" rel="nofollow">http://www.wikivs.com/wiki/G-WAN_vs_Nginx</a> which I suspect was written by the GWAN guy himself judging from the unusual sentence structure and phraseology. Independent confirmation necessary.
评论 #2129423 未加载
leenewton超过 14 年前
Why does the site for this product read like it's trying to sell me age defying supplements?<p>Worth a quick eval but the site leaves a bad taste.
patrickc超过 14 年前
If my understanding is correct, rather than creating a new thread for each client request, it handles connections asynchronously, much like Nginx. But unlike Nginx, it uses only a single process, so it doesn't require any interprocess communication overhead. Too bad they don't release the source code.