[bind10-dev] SQL in BIND 10
Stephen Frost
sfrost at snowman.net
Tue Feb 12 18:22:58 UTC 2013
* Evan Hunt (each at isc.org) wrote:
> If I wanted to do something like you're describing in BIND 9, I'd just need
> the database to be able to signal the server when it's been updated, so that
> the server can pull the new records from the database and do the internal
> equivalent of a notify and IXFR to update the signed clone.
>
> A similar architecture would make sense for BIND 10, I think. But if the
> database doesn't have that ability to send a signal when there's new data,
> then I don't see any for it to work, so this might end up being a capability
> we disable when using certain databases.
PostgreSQL's LISTEN/NOTIFY system can be used to send signals from the
backend to any connections which are listening for it. I wouldn't want
to require such capability, however, as not all databases will have it
and not all users will by savvy enough to understand how to use it.
Certainly would be nice as an option though, both for this and perhaps
for in-memory cacheing of often-requested results.
Thanks,
Stephen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <https://lists.isc.org/pipermail/bind10-dev/attachments/20130212/4cc3a1b6/attachment.bin>
More information about the bind10-dev
mailing list