Skip to content

Commit

Permalink
Removed incorrect statement on thread blocking behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
RMenezes782 committed Dec 19, 2023
1 parent d9a14b5 commit 2206864
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion threads/threads.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ \section{Processes vs threads}
\item When you are running into synchronization primitives and each process is operating on something in the system.
\item When you have too many threads -- the kernel tries to schedule all the threads near each other which could cause more harm than good.
\item When you don't want to worry about race conditions
\item If one thread blocks in a task (say IO) then all threads block. Processes don't have that same restriction.
\item When the amount of communication is minimal enough that simple IPC needs to be used.
\end{itemize}

Expand Down

0 comments on commit 2206864

Please sign in to comment.