开发者

Between nginx and lighttpd, which one suits best the needs of a web-app (SaaS) and why?

Between nginx and lighttpd, which one suits the needs of a web-app (SaaS) best and why?开发者_Go百科

I seek to find out:

Which one takes advantage of the hardware its running on, which one scales the best, which one shares the load better, which one is more secure in terms of DoS attacks, common abuse attacks et al.


Mongrel2 is the answer.

But if you want to stick with older technology, then nginx is fundamentally an async server and there is an open API to build plugins if you need that.

But seriously, do look at Mongrel2 because message queueing (even zeroMQ) is a better way to handle scaling.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜