diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:15:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:15:43 +0000 |
commit | f5f56e1a1c4d9e9496fcb9d81131066a964ccd23 (patch) | |
tree | 49e44c6f87febed37efb953ab5485aa49f6481a7 /src/lib/log/interprocess/README | |
parent | Initial commit. (diff) | |
download | isc-kea-f5f56e1a1c4d9e9496fcb9d81131066a964ccd23.tar.xz isc-kea-f5f56e1a1c4d9e9496fcb9d81131066a964ccd23.zip |
Adding upstream version 2.4.1.upstream/2.4.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/lib/log/interprocess/README')
-rw-r--r-- | src/lib/log/interprocess/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/lib/log/interprocess/README b/src/lib/log/interprocess/README new file mode 100644 index 0000000..6f48dc6 --- /dev/null +++ b/src/lib/log/interprocess/README @@ -0,0 +1,13 @@ +The files in this directory implement a helper sub-library of the +inter process locking for the log library. We use our own locks +because such locks are only available in relatively recent versions of +log4cplus. Also (against our usual practice) we somehow re-invented +an in-house version of such a general purpose library rather than +existing proven tools such as boost::interprocess. While we decided +to go with the in-house version for the log library at least until we +completely switch to log4cplus's native lock support, no other BIND 10 +module should use this; they should use existing external +tools/libraries. + +This sub-library is therefore "hidden" here. As such, none of these +files should be installed. |