On Sat, 5 Nov 2005 08:41:59 -0500
Matt Sergeant <[EMAIL PROTECTED]> wrote:
> On 4 Nov 2005, at 20:02, Brian Grossman wrote:
>
> > I was thinking about implementing dnsbl return codes and a brief
> > perusal of lib/Danga/DNS/Resolver.pm makes me think that resolver is a
> > bit hostile to the idea of multiple returns to a lookup.
>
> Why? You should just get the callback called twice.
Confirmed.
But that makes notes('pending_dns_queries') (in trunk/plugins/dnsbl) go
negative, revealing a race between receiving the rest of the answers and
going on to the next plugin.
Got any suggestions on a more resilient way to lock here?
Brian