]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
CCAR: improve the shutdown process
authorcaremoli <caremoli>
Mon, 22 Mar 2010 09:23:39 +0000 (09:23 +0000)
committercaremoli <caremoli>
Mon, 22 Mar 2010 09:23:39 +0000 (09:23 +0000)
commitd42dc9b505577bb6de5635a5fc48ef2387af146e
treebb152dba6b456d5c5ef9d9edf8489937a84f8fc2
parent1aeade9a3b449c32fa3e4aadf9f7706a2a63fd32
CCAR: improve the shutdown process
1- use salome_kernel.py module instead of salome.py in shutdownSalome.py to avoid calling Study
2- disconnect all connections in the connection manager
3- change the order of servers shutdown :
    - connection manager
    - study
    - module catalog
    - registry
    - launcher
    - logger
and add some waiting time between each shutdown because it is asynchronous.
bin/shutdownSalome.py
src/DSC/DSC_Basic/ConnectionManager_i.cxx
src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx
src/SALOMEDS/SALOMEDS_Server.cxx