]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
The main thread is now used for the execution of python functions. It is because...
authorrahuel <rahuel@opencascade.com>
Wed, 8 Dec 2004 12:33:58 +0000 (12:33 +0000)
committerrahuel <rahuel@opencascade.com>
Wed, 8 Dec 2004 12:33:58 +0000 (12:33 +0000)
commitc347c3f965626d3fdb49ab70f854232b1fd4e36a
tree2b16ff8f8caea6f1d5be527030abfdeb8d2f5827
parent995441b1ec1f4dd73a67b4ee0ac5859b35fce0b2
The main thread is now used for the execution of python functions. It is because of Python that allow signal handling only in the main thread. So the SuperVisionEngine may now Kill the execution of a python function.
Now the orb is runned in another thread started from the main thread.
src/Container/SALOME_Container.cxx