Browse Source

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

JINMEI Tatuya 12 years ago
parent
commit
70cc3db9ed
1 changed files with 3 additions and 0 deletions
  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:
 There are a number of possible approaches to this:
 
 
 a. Make a module that includes all logic. (The BIND 9 module?)
 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
 b. Look at authoritative server first, and pass queries to the
    recursive component.
    recursive component.
 c. Make a module that combines authoritative and cache. Queries not
 c. Make a module that combines authoritative and cache. Queries not