Added reference for context switching, and new source (Unix internals book, McKusick)
This commit is contained in:
parent
816788c03d
commit
40e067ea22
2 changed files with 16 additions and 34 deletions
|
@ -235,4 +235,10 @@
|
|||
title = {{IEEE 90: IEEE Standard Glossary of Software Engineering Terminology}},
|
||||
year = {1990}
|
||||
}
|
||||
|
||||
@book{McKusick:2004:DIF:1014910,
|
||||
author = {McKusick, Marshall Kirk and Neville-Neil, George V.},
|
||||
title = {The Design and Implementation of the FreeBSD Operating System},
|
||||
year = {2004},
|
||||
isbn = {0201702452},
|
||||
publisher = {Pearson Education},
|
||||
}
|
||||
|
|
42
report.lyx
42
report.lyx
|
@ -2968,21 +2968,15 @@ much like the threads in an operating system.
|
|||
\emph on
|
||||
context switching
|
||||
\emph default
|
||||
) is an expensive task in many systems.
|
||||
\begin_inset Note Note
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Citation needed, perhaps the book for the
|
||||
\emph on
|
||||
Unix Internals
|
||||
\emph default
|
||||
course?
|
||||
\end_layout
|
||||
) is an expensive task in many systems
|
||||
\begin_inset CommandInset citation
|
||||
LatexCommand citep
|
||||
after "pg 80"
|
||||
key "McKusick:2004:DIF:1014910"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -3384,12 +3378,9 @@ status open
|
|||
|
||||
\begin_layout Plain Layout
|
||||
More information on the SRP is available at:
|
||||
\begin_inset Note Note
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Insert adress!
|
||||
\end_layout
|
||||
\begin_inset CommandInset href
|
||||
LatexCommand href
|
||||
target "http://www.objectmentor.com/resources/articles/srp.pdf"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
@ -4962,22 +4953,7 @@ end{centering}
|
|||
\begin_inset Caption
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset CommandInset label
|
||||
LatexCommand label
|
||||
name "fig:The-layout-of-1"
|
||||
|
||||
\end_inset
|
||||
|
||||
The layout of the GGS.
|
||||
The circles marked with 'C' topmost in the picture represent clients.
|
||||
The cloud marked 'network' pictured directly below the clients can be any
|
||||
network, for example the Internet.
|
||||
The barell figure marked 'backup' is a process being fed backup data from
|
||||
the coordinator.
|
||||
The barell marked 'State' contains the state of a table, and this is fed
|
||||
into the box marked 'Mnesia' which is database.
|
||||
Finally the figure shaped as a shield marked 'GameVM' contains the actual
|
||||
game process.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue