Hi Daniel,
On 19.04.2013 10:46, [email protected] wrote:
Author: humbedooh Date: Fri Apr 19 08:46:28 2013
New Revision: 1469744
URL: http://svn.apache.org/r1469744
Log:
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.
please, in the future, make 2 separate commits for things like that.
The 1st part is a simple removal of dead code, while the 2nd introduces
a new feature, so they are not related.
thanks, Gün.