Skip to content

Commit b67137a

Browse files
committed
move the Rob Pike comment where it makes better sense
1 parent 9c98cc5 commit b67137a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: intro.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -2340,6 +2340,8 @@
23402340
possibility of using multiple threads was introduced because it was shown that
23412341
it is beneficial to have multiple lines of execution within the same process on
23422342
commonly shared data.
2343+
\item As Rob Pike mentioned in one of his lectures, this is a concurrency model
2344+
that can lead to parallelism.
23432345
\item The memory areas of processes are isolated between each other, however
23442346
processes can communicate or explicitly share memory.
23452347
\item While processes are kernel entities, threads can be partially or fully
@@ -2349,8 +2351,6 @@
23492351
\item A system process that is running for the whole time and provides some
23502352
system services (\texttt{inetd}, \texttt{cron}, \texttt{sendmail}\dots) is
23512353
called a \emph{daemon}. The BSD system mascot is not a devil but a daemon.
2352-
\item As Rob Pike mentioned in one of his lectures, this is a concurrency model
2353-
that can lead to parallelism.
23542354
\end{itemize}
23552355

23562356
%%%%%

0 commit comments

Comments
 (0)