Hello Doug,
On 20 Jan 2015, at 0:07 , Doug Preston wrote:
> I don’t see any mention in the docs yet about lua script threads sharing
> state, is that possible?
Right now there is indeed one Lua state per thread, with no sharing of data
(for performance reasons the threads are as independent a
Thanks Bert, that helps.
I don't see any mention in the docs yet about lua script threads sharing state,
is that possible?
From: bert hubert-2 [via PowerDNS]
[mailto:ml-node+s13854n11196...@n7.nabble.com]
Sent: Monday, January 19, 2015 12:52 PM
To: Doug Preston
Subject: Re: iputils not availabl
On Mon, Jan 19, 2015 at 11:17:30AM -0700, Doug Preston wrote:
> I've used both a precompiled rpm and built the recursor from source (version
> 3.6.2).
Hi Doug,
iputils is only available from 'git' versions, not yet in any released
version.
> Is there something in addition to LUA=1 to enable the
I've used both a precompiled rpm and built the recursor from source (version
3.6.2).
LUA=1 gmake
In both cases, after setting a lua script from the docs which references the
'iputils' I get this log entry:
... /etc/powerdns/test.lua:162: attempt to index global 'iputils' (a nil
value)
Is