File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2340
2340
possibility of using multiple threads was introduced because it was shown that
2341
2341
it is beneficial to have multiple lines of execution within the same process on
2342
2342
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.
2343
2345
\item The memory areas of processes are isolated between each other, however
2344
2346
processes can communicate or explicitly share memory.
2345
2347
\item While processes are kernel entities, threads can be partially or fully
2349
2351
\item A system process that is running for the whole time and provides some
2350
2352
system services (\texttt {inetd }, \texttt {cron }, \texttt {sendmail }\dots ) is
2351
2353
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.
2354
2354
\end {itemize }
2355
2355
2356
2356
% %%%%
You can’t perform that action at this time.
0 commit comments