From: JINMEI Tatuya Date: Tue, 4 Jun 2013 23:40:15 +0000 (-0700) Subject: [2964] clarify ZoneJournalReader can be created from a separate thread. X-Git-Tag: bind10-1.2.0beta1-release~423^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09e6babe2643d0222b4ff99517834cdb07d80aae;p=thirdparty%2Fkea.git [2964] clarify ZoneJournalReader can be created from a separate thread. --- diff --git a/src/lib/python/isc/server_common/datasrc_clients_mgr.py b/src/lib/python/isc/server_common/datasrc_clients_mgr.py index d5d595cc3f..75e6827574 100644 --- a/src/lib/python/isc/server_common/datasrc_clients_mgr.py +++ b/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 and the use of ZoneFinder created by a DataSourceClient in the list 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: rrclass (isc.dns.RRClass): the RR class of the ConfigurableClientList