Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
09e6babe
Commit
09e6babe
authored
Jun 04, 2013
by
JINMEI Tatuya
Browse files
[2964] clarify ZoneJournalReader can be created from a separate thread.
parent
b02f0577
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/server_common/datasrc_clients_mgr.py
View file @
09e6babe
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment