Salome HOME
[EDF29852] : Mecanism of fault tolerant in SALOME_Container to resist against emitted...
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 25 Mar 2024 10:47:54 +0000 (11:47 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 28 Mar 2024 13:57:35 +0000 (14:57 +0100)
commitb397830a2104a47d47a190819eca35a269b32b8f
treed3bd8936389235000f8bdbb22104b649c4a755dd
parent74ae0daa1c23f96412c5c6b00cbae7dc2c253db1
[EDF29852] : Mecanism of fault tolerant in SALOME_Container to resist against emitted signals during computation
22 files changed:
idl/SALOME_Component.idl
src/Basics/KernelBasis.cxx
src/Basics/KernelBasis.hxx
src/Basics/KernelBasis.i
src/Basics/libSALOMELog.cxx
src/Basics/libSALOMELog.hxx
src/Container/CMakeLists.txt
src/Container/Container_i.cxx
src/Container/SALOME_Container.py
src/Container/SALOME_ContainerHelper.py
src/Container/SALOME_ContainerManager.cxx
src/Container/SALOME_ContainerManager.hxx
src/Container/SALOME_Container_No_NS_Serv.cxx
src/Container/SALOME_Container_No_NS_Serv_Generic.hxx [new file with mode: 0644]
src/Container/SALOME_Container_No_NS_Serv_OutProcess.cxx [new file with mode: 0644]
src/Container/SALOME_Container_No_NS_Serv_OutProcess_Replay.cxx [new file with mode: 0644]
src/Container/SALOME_Container_i.hxx
src/Container/SALOME_PyNode.py
src/KERNEL_PY/__init__.py
src/Launcher/Test/CMakeLists.txt
src/Launcher/Test/CTestTestfileInstall.cmake
src/Launcher/Test/testCrashProofContainer.py [new file with mode: 0644]