We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13361d4 commit c0b678eCopy full SHA for c0b678e
intro.tex
@@ -2349,6 +2349,8 @@
2349
\item A system process that is running for the whole time and provides some
2350
system services (\texttt{inetd}, \texttt{cron}, \texttt{sendmail}\dots) is
2351
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.
2354
\end{itemize}
2355
2356
%%%%%
0 commit comments