BIND 10 trac2738, updated. 122da90997b11cee73dd63291216aa4c6c6ecd11 [2738] Limitations
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 28 12:09:35 UTC 2013
The branch, trac2738 has been updated
via 122da90997b11cee73dd63291216aa4c6c6ecd11 (commit)
from 400ddf1d85976eb07188e6fa20ae0a83274895fc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 122da90997b11cee73dd63291216aa4c6c6ecd11
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Mar 28 13:06:09 2013 +0100
[2738] Limitations
-----------------------------------------------------------------------
Summary of changes:
doc/design/ipc-high.txt | 9 +++++++++
1 file changed, 9 insertions(+)
-----------------------------------------------------------------------
diff --git a/doc/design/ipc-high.txt b/doc/design/ipc-high.txt
index f6ba890..912b05a 100644
--- a/doc/design/ipc-high.txt
+++ b/doc/design/ipc-high.txt
@@ -151,3 +151,12 @@ change between the request for the member list and sending the
command, the actual recipients don't match the list and the server
could get more answers than expected or could wait for answer of a
module that no longer exists.
+
+Known limitations
+-----------------
+
+It is meant mostly as signalling protocol. Sending millions of
+messages or messages of several tens of megabytes is probably a bad
+idea. While there's no architectural limitation with regards of the
+number of transferred messages or their sizes, the code is not
+optimised and it would probably be very slow.
More information about the bind10-changes
mailing list