Parcourir la source

[res-design] added some small idea for the hybrid auth/resolver server

JINMEI Tatuya il y a 12 ans
Parent
commit
fc735da7e6
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      doc/design/resolver/02-mixed-recursive-authority-setup

+ 3 - 0
doc/design/resolver/02-mixed-recursive-authority-setup

@@ -18,6 +18,9 @@ We have 3 basic components involved in this mix:
 There are a number of possible approaches to this:
 
 a. Make a module that includes all logic. (The BIND 9 module?)
+a'. extract major processing logic of auth into a separate library
+   (maybe loadable module) and allow the resolver to use it, probably
+   as a kind of hook.
 b. Look at authoritative server first, and pass queries to the
    recursive component.
 c. Make a module that combines authoritative and cache. Queries not