robotsthatdream / cafer

cafer framework for the DREAM project
5 stars 1 forks source link

Robustness to nodes that die #1

Closed doncieux closed 8 years ago

doncieux commented 8 years ago

A node may die while a client is connected. It will then block the experiment. There is a need for a watchdog that can notice it and launch it again. Beware, it should be cleaned in the node manager.

doncieux commented 8 years ago

A watchdog has been included in the cafer component. Its information will have to be used by the client to decide what to do when a node is not active anymore.