]> granicus.if.org Git - apache/commit
Remove lua_ap_banner, as it's no longer being used.
authorDaniel Gruno <humbedooh@apache.org>
Fri, 19 Apr 2013 08:46:28 +0000 (08:46 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 19 Apr 2013 08:46:28 +0000 (08:46 +0000)
commit8049067196b215e8b82742ed5e6c8736791250fb
treeb2900709f1586900aa80b785342f471f9fb9560f
parentd3b7df4d84a3d74a016e5a66f0a55e835f28e277
Remove lua_ap_banner, as it's no longer being used.
Add ivm_get/ivm_set for Inter-VM data transfer. This allows multiple VMs across a process to share data without having to resort to external databases or filesystems. This is a work in progress, and I have yet to work out a proper way of resetting a variable without causing a memory leak (this could be done by allocating a new pool for each object, but I'm trying to see if there's a more efficient way). Comments, ideas etc are most welcome.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1469744 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/mod_lua.xml
modules/lua/lua_request.c
modules/lua/lua_request.h