DESIGN.md in evented_bluepill-0.0.47 vs DESIGN.md in evented_bluepill-0.0.50

- old
+ new

@@ -1,8 +1,8 @@ -## Bluepill Design +## EventedBluepill Design Here are just some bullet points of the design. We'll add details later. - * Each process monitors a single _application_, so you can have multiple bluepill processes on a system + * Each process monitors a single _application_, so you can have multiple evented\_bluepill processes on a system * Use rotational arrays for storing historical data for monitoring process conditions * Memo-ize output of _ps_ per tick as an optimization for applications with many processes * Use socket files to communicate between CLI and daemon * DSL is a separate layer, the core of the monitoring just uses regular initializers, etc. DSL is simply for ease of use and should not interfere with business logic * Sequentially process user issued commands so no weird race cases occur \ No newline at end of file