Browse Source

[2964] clarify ZoneJournalReader can be created from a separate thread.

JINMEI Tatuya 12 years ago
parent
commit
09e6babe26
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/python/isc/server_common/datasrc_clients_mgr.py

+ 2 - 2
src/lib/python/isc/server_common/datasrc_clients_mgr.py

@@ -80,8 +80,8 @@ class DataSrcClientsMgr:
         such access thread safe.  In general, the find() method on the list
         such access thread safe.  In general, the find() method on the list
         and the use of ZoneFinder created by a DataSourceClient in the list
         and the use of ZoneFinder created by a DataSourceClient in the list
         cannot be done by multiple threads without explicit synchronization.
         cannot be done by multiple threads without explicit synchronization.
-        On the other hand, multiple threads can create and use ZoneUpdater
-        or ZoneIterator on a DataSourceClient in parallel.
+        On the other hand, multiple threads can create and use ZoneUpdater,
+        ZoneIterator, or ZoneJournalReader on a DataSourceClient in parallel.
 
 
         Parameter:
         Parameter:
           rrclass (isc.dns.RRClass): the RR class of the ConfigurableClientList
           rrclass (isc.dns.RRClass): the RR class of the ConfigurableClientList