services/device/internal/impl: additional app liveness mechanism

Add another mechanism by which the device manager can determine if
apps are running when it restarts. This new default mechanism assumes
that the pid of process previously launched by the device manager that
does not respond to app cycle inquiries is the selfsame process and so
should remain in the device manger's purview.

Change-Id: I5a4dd5c5168bebe0e845c71448b32a45e74ff1bf
4 files changed
tree: dc872d3622ea53e211308c7c3a367a26154f4ce8
  1. cmd/
  2. envvar/
  3. examples/
  4. internal/
  5. lib/
  6. runtime/
  7. services/
  8. test/
  9. .gitignore
  10. AUTHORS
  11. CONTRIBUTORS
  12. LICENSE
  13. PATENTS
  14. README.md
  15. VERSION
README.md

Vanadium

This repository contains a reference implementation of the Vanadium APIs.

Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.