Salome HOME
Key point. OK for GUI persalys + python persalys + Test C++. Tests follow new explici...
[tools/adao_interface.git] / README.txt
index a7ac090d37a69c86240018367aa05cf11759998b..5ca707663e6826cac01b53ba8fd9d2d03f9c86a8 100644 (file)
@@ -10,6 +10,10 @@ AdaoExchangeLayer manage the GIL (using AutoGIL) in its implementation.
 
 Consequence the AdaoExchangeLayer instance should NOT be surrounded by GIL protection.
 
+Consequence : AdaoExchangeLayer::initPythonIfNeeded initializes the python interpretor (if not already done) and let the GIL released to manage all python caller threads easily
+
+Consequence : Using ADAO interface implies to protect python calls
+
 ############## user GIL management in AdaoModel::MainModel
 
 The custom MainModel overloading should be GIL protected by the user.