From 3c8f270c1d09306243085a806c9f43af24fda0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20P=C3=A5lsson?= Date: Mon, 2 May 2011 12:55:45 +0200 Subject: [PATCH] Added reference to Reviora for supervisors --- report.lyx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/report.lyx b/report.lyx index 0c30952..5ad2266 100644 --- a/report.lyx +++ b/report.lyx @@ -4078,9 +4078,16 @@ This entire section is bad. \begin_layout Standard By linking processes together and notifying parents when children exit, - we can create supervisors. + supervisors are created. A supervisor is a common approach in ensuring that an application functions - in the way it was intended. + in the way it was intended +\begin_inset CommandInset citation +LatexCommand citet +key "Savor:1997:HSA:851010.856089" + +\end_inset + +. When a process misbehaves, the supervisor takes some action to restore the process to a functional state.