https://github.com/andersfugmann/revisor
A fast supervisor
https://github.com/andersfugmann/revisor
Last synced: about 1 year ago
JSON representation
A fast supervisor
- Host: GitHub
- URL: https://github.com/andersfugmann/revisor
- Owner: andersfugmann
- Created: 2014-03-01T09:00:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-30T19:32:56.000Z (about 11 years ago)
- Last Synced: 2025-02-02T13:17:19.982Z (over 1 year ago)
- Language: OCaml
- Size: 281 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Revisor
The goal of Revisor is to create a very fast process supervision system.
The system should be fast both in terms of detecting process death and restart and in accepting user commands for process control.
Having Revisor monitoring a process that stalls / dies repeatably, should not affect the running and monitoring of other monitored processes.