Memory leaks
Added by mousebndr almost 14 years ago
Hi all
We are moving to lighttpd but notice there is much talk about memory leaks on a google search
Some posts are older than others but is it safe to assume these issues are all solved?
Replies (2)
RE: Memory leaks - Added by darix almost 14 years ago
there are no memory leaks just stupid ways to use lighttpd.
e.g. it is really stupid to stream large files via a fastcgi app, when x-lighttpd-send-file could do a much more efficient job.