-
- Downloads
changed workers' polling technology to support OSX
due to the problems encountered when running the eventloop after
a fork(), workers have been modified to use a simple while loop
to listen to messages instead.
Signed-off-by:
dpiparo <danilo.piparo@cern.ch>
Showing
- core/CMakeLists.txt 1 addition, 1 deletioncore/CMakeLists.txt
- core/multiproc/inc/TMPClient.h 0 additions, 10 deletionscore/multiproc/inc/TMPClient.h
- core/multiproc/inc/TMPWorker.h 3 additions, 3 deletionscore/multiproc/inc/TMPWorker.h
- core/multiproc/src/TMPClient.cxx 8 additions, 31 deletionscore/multiproc/src/TMPClient.cxx
- core/multiproc/src/TMPWorker.cxx 17 additions, 24 deletionscore/multiproc/src/TMPWorker.cxx
Loading
Please register or sign in to comment