Hacker News new | ask | show | jobs
by levimaes 3217 days ago
I once considered this web server "LightTPD" as an alternative to Apache2, and I read some officially published and comparatively astonishing benchmarks for performance written in a language called Lua. Can anyone else speak to Lua's alleged superiority in the web service regard? Or, is this a consequence implicit to LightTPD?

(Sorry--not an response to question, explicitly, and thanks!)

1 comments

LuaJIT is one of the faster JIT VMs in existence.

Lighttpd and nginx both started to get mind-share in the english speaking world at about the same time (nginx was written by native russian speakers IIRC).

Lighttpd was faster than apache for the same reason that nginx was, a more modern, non-blocking design.

I don't think that lighttpd is written in lua though. It probably supports lua scripting, though I haven't used that feature of it.