Browse Source

[213] Document it allows process tu start more than once

Michal 'vorner' Vaner 13 years ago
parent
commit
f0ad44ee4a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/lib/python/isc/bind10/component.py

+ 5 - 0
src/lib/python/isc/bind10/component.py

@@ -20,6 +20,11 @@ of component) and shutting down. It also handles the configuration of this.
 
 Dependencies between them are not yet handled. It might turn out they are
 needed, in that case they will be added sometime in future.
+
+This framework allows for a single process to be started multiple times (by
+specifying multiple components with the same configuration). However, the rest
+of the system might not handle such situation well, so until it is made so,
+it would be better to start each process at most once.
 """
 
 import isc.log