Skip to content
Snippets Groups Projects
Commit 4a1e1cde authored by Anders Märak Leffler's avatar Anders Märak Leffler
Browse files

lab0: Additional questions about system boundaries

parent e220cdfb
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -167,6 +167,25 @@ you should complete the implementation of the following three function in
\end{itemize}
Recall the note at the end of \sref{data-format}.
\subsection{Additional questions}
When demonstrating this lab (as with any lab in the course), you
should be able to explain your code, but also to evaluate it, and
relate it to course concepts. In many cases this will involve
discussing design choices and simplifications that have been made for
you, and may be somewhat speculative. In some cases you might be asked
to answer questions with (at least in retrospect) quite obvious
answers. In this lab, this might include questions such as
\begin{itemize}
\item Thinking about the boundaries of the system: what happens if
two processes try to write to the database at the same time? Is
this something that we need to handle?
\end{itemize}
We do not require written answers to this, and you might not need to
provide a solution to all issues raised by the questions.
\section{Conclusion}
Having completed the lab, you can now perform the reading and writing operations
on the database. However, if you run several instances of the application on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment