This page here compares nginx and lighttpd:

http://www.wikivs.com/wiki/Lighttpd_vs_nginx

There are numerous reports of memory leaks unfixed for years as well as severely worse CPU consumption (2% with nginx compared to 98% with lighttpd).

Do these problems still exist in the current stable version? (apparently 1.4.28 from the official website)

link|improve this question

0% accept rate
feedback

2 Answers

There is a recent side-by-side comparison of the nginx/1.0.6 and lighttpd/1.4.29 resource consumption and they both look good, albeit with different profiles (performances/resources):

The rather long tests do not show memory leaks (many charts included).

link|improve this answer
feedback

I can't comment on comparing it with nginx, but I've used lighttpd for years serving static content with no issues. It is entirely possible the memory leaks are only evident with dynamic pages (e.g. PHP) or with a certain module (I run only a handful of basic modules).

link|improve this answer
In other words, you don't know... – polemon Apr 6 '11 at 8:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.