FairRootGroup / FairMQ

C++ Message Queuing Library and Framework
GNU Lesser General Public License v3.0
87 stars 34 forks source link

Make --shm-monitor default to false #459

Closed rbx closed 1 year ago

rbx commented 1 year ago

It cannot be relied upon if control system decided to kill all tasks (including the monitor). And occasionally it can also remove shmem when it should not (e.g. due to delayed heartbeats from devices). Examples & tests will need to be adapted to run cleanup on success/failure.