Added reference to Reviora for supervisors

This commit is contained in:
Jonatan Pålsson 2011-05-02 12:55:45 +02:00
parent e296bb8c76
commit 3c8f270c1d

View file

@ -4078,9 +4078,16 @@ This entire section is bad.
\begin_layout Standard \begin_layout Standard
By linking processes together and notifying parents when children exit, 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 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 When a process misbehaves, the supervisor takes some action to restore
the process to a functional state. the process to a functional state.