Skip to content

Commit c0b678e

Browse files
author
Vladimir Kotal
committed
on concurrency and parallelism
1 parent 13361d4 commit c0b678e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

intro.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2349,6 +2349,8 @@
23492349
\item A system process that is running for the whole time and provides some
23502350
system services (\texttt{inetd}, \texttt{cron}, \texttt{sendmail}\dots) is
23512351
called a \emph{daemon}. 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.
23522354
\end{itemize}
23532355

23542356
%%%%%

0 commit comments

Comments
 (0)