Download List

Project Description

mod_pLua is an Apache HTTP Server 2.x module for developing Web applications with Lua. With mod_pLua, you can use Lua for scripting in two distinct ways; Embedded Lua scripting, <?lua print("Hello, world!") ?>, or plain Lua scripting with a CGI-style interface. mod_pLua precompiles all scripts and caches the compiled binary code so that each new call to the same file will be lightning fast, allowing you to serve hundreds of thousands of requests per minute on any modern server. Mod_pLua supports both the traditional Lua interpreter as well as LuaJIT for both Windows and UNIX platforms. If your Web server supports it, mod_pLua also utilizes APR_DBD and mod_dbd to handle persistent database connections through the dbopen() Lua function.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-09 07:51 Back to release list
0.39

Releasing a Lua state no longer requires a mutex lock. Garbage collection is now done less frequently, to boost performance. Various small performance tweaks. getPWD() now returns "." on failure instead of just 0. In the event of a Lua panic, errors will be copied to stderr as well. The script cache handler will now consider file size as well as time of modification to determine if an update is required.
Tags: Minor

Project Resources