ApacheCon US 2008 Session

mod_wombat: Multithreaded Scripting in the Apache HTTP Server with Lua

Mod_wombat lets you write efficient and fast modules in Lua for the multi-threaded Worker and Event MPMs. Lua is a very fast scripting language specifically designed for embedding and extension -- making it a perfect match for the Apache HTTP Server. Learn how to setup, write a module, optimize it, and easily move from Lua to C and back again with mod_wombat!