Browse Source

[2005] use "component" instead of "process" more consistently.

JINMEI Tatuya 13 years ago
parent
commit
f9771a1677
1 changed files with 12 additions and 8 deletions
  1. 12 8
      doc/guide/bind10-guide.xml

+ 12 - 8
doc/guide/bind10-guide.xml

@@ -1924,7 +1924,7 @@ what is XfroutClient xfr_client??
       BIND 10 supports the server side of the Dynamic DNS Update
       BIND 10 supports the server side of the Dynamic DNS Update
       (DDNS) protocol as defined in RFC 2136.
       (DDNS) protocol as defined in RFC 2136.
       This service is provided by the <command>b10-ddns</command>
       This service is provided by the <command>b10-ddns</command>
-      process, which is started by the <command>bind10</command>
+      component, which is started by the <command>bind10</command>
       process if configured so.
       process if configured so.
     </para>
     </para>
 
 
@@ -1938,14 +1938,18 @@ what is XfroutClient xfr_client??
       value as specified in RFC 2136 (NOERROR for successful update,
       value as specified in RFC 2136 (NOERROR for successful update,
       REFUSED if rejected due to ACL check, etc).
       REFUSED if rejected due to ACL check, etc).
       If the zone has been changed as a result, it will internally
       If the zone has been changed as a result, it will internally
-      notify <command>b10-auth</command> and
+      notify <command>b10-xfrout</command> so that other secondary
-      <command>b10-xfrout</command> so the new version of the zone will
+      servers will be notified via the DNS notify protocol.
-      be served, and other secondary servers will be notified via the
+      In addition, if <command>b10-auth</command> serves the updated
-      DNS notify protocol.
+      zone from its in-memory cache (as described in
+      <xref linkend="in-memory-datasource-with-sqlite3-backend" />),
+      <command>b10-ddns</command> will also
+      notify <command>b10-auth</command> so that <command>b10-auth</command>
+      will re-cache the updated zone content.
     </para>
     </para>
 
 
     <para>
     <para>
-      The <command>b10-ddns</command> process supports requests over
+      The <command>b10-ddns</command> component supports requests over
       both UDP and TCP, and both IPv6 and IPv4; for TCP requests,
       both UDP and TCP, and both IPv6 and IPv4; for TCP requests,
       however, it terminates the TCP connection immediately after
       however, it terminates the TCP connection immediately after
       each single request has been processed.  Clients cannot reuse the
       each single request has been processed.  Clients cannot reuse the
@@ -1979,7 +1983,7 @@ what is XfroutClient xfr_client??
         underlying data source storing the zone data be writable.
         underlying data source storing the zone data be writable.
         In the current implementation this means the zone must be stored
         In the current implementation this means the zone must be stored
         in an SQLite3-based data source.
         in an SQLite3-based data source.
-        Also, right now, the <command>b10-ddns</command> process
+        Also, right now, the <command>b10-ddns</command> component
         configures itself with the data source referring to the
         configures itself with the data source referring to the
         <quote>database_file</quote> configuration parameter of
         <quote>database_file</quote> configuration parameter of
         <command>b10-auth</command>.
         <command>b10-auth</command>.
@@ -2084,7 +2088,7 @@ DDNS/zones[0]/update_acl[1]     {"action": "ACCEPT", "from": "::1", "key": "key.
       </para>
       </para>
 
 
       <note><simpara>
       <note><simpara>
-          The <command>b10-ddns</command> process accepts an ACL
+          The <command>b10-ddns</command> component accepts an ACL
           rule that just allows updates from a specific IP address
           rule that just allows updates from a specific IP address
           (i.e., without requiring TSIG), but this is highly
           (i.e., without requiring TSIG), but this is highly
           discouraged (remember that requests can be made over UDP and
           discouraged (remember that requests can be made over UDP and