]> SALOME platform Git repositories - modules/yacs.git/commit
Salome HOME
Use the single thread policy for Launcher Server.
authorOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Thu, 7 Jun 2018 09:15:18 +0000 (11:15 +0200)
committerOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Thu, 7 Jun 2018 09:15:18 +0000 (11:15 +0200)
commit2f998aca9d429a7d0c90c07271a8a204b5073be8
tree0c6c009511129a279f7a81f8eaf2bf1eb908df98
parent89a7a6c870f65a1a2f4c6820625d1364db9ba51f
Use the single thread policy for Launcher Server.

We have to deal with the fact that the Launcher is not thread safe and we
have concurrency problems. A new test is added to illustrate the situation.
src/Launcher/Launcher.cxx
src/Launcher/Launcher.hxx
src/Launcher/SALOME_LauncherServer.cxx
src/Launcher/Test/CMakeLists.txt
src/Launcher/Test/CTestTestfileInstall.cmake
src/Launcher/Test/launcher_use_case.py [new file with mode: 0644]
src/Launcher/Test/test_stress.sh [new file with mode: 0755]