quarks-edge / quarks

Quarks is an open source programming model and runtime for edge devices that enables you to analyze data and events at the device.
http://quarks-edge.github.io/
Apache License 2.0
123 stars 42 forks source link

Start over Quarks when Quarks crashes #102

Closed vdogaru closed 8 years ago

vdogaru commented 8 years ago

Thinking of a mechanism which restarts the Quarks application if the JVM running Quarks hangs or closes unexpectedly. These options come to mind:

There is also the hardware option. Embedded platforms frequently rely on watchdog hardware that resets it automatically if software stops periodically signalling the hardware that it is still alive.

Anyone have any thoughts on this?

vdogaru commented 8 years ago

Moved to https://issues.apache.org/jira/browse/QUARKS-13