Processes & ThreadsWhat each one owns, and why the difference decides how you parallelise.ComputingProcessIts own memory spaceCrash affects only itselfExpensive to create and switchCommunicates via IPC, sockets,pipesTrue parallelism across coresThreadShares memory with its processOne crash can take the wholeprocessCheap to create and switchCommunicates through sharedvariablesNeeds locks to stay correctTHE DIFFERENCE THAT MATTERSShared memory makes threads fast and makes race conditionspossible. Processes trade that speed for isolation.Python's GIL means threads do not give CPU parallelism there — usemultiprocessing for CPU work, threads for I/O waits.Processes & Threadslearnposters.com
Processes & Threads — printable computing wall chart from LearnPosters. Free vector PDF, US Letter and A4.

What’s on the Processes & Threads poster

Process against Thread, side by side.

Python's GIL means threads do not give CPU parallelism there — use multiprocessing for CPU work, threads for I/O waits.

Questions about the Processes & Threads poster

What’s on the Processes & Threads poster?
Process against Thread, side by side. Process: Its own memory space; Process: Crash affects only itself; Process: Expensive to create and switch; Process: Communicates via IPC, sockets, pipes; Process: True parallelism across cores; Thread: Shares memory with its process; Thread: One crash can take the whole process; Thread: Cheap to create and switch; Thread: Communicates through shared variables; Thread: Needs locks to stay correct; Shared memory makes threads fast and makes race conditions possible. Processes trade…. Python's GIL means threads do not give CPU parallelism there — use multiprocessing for CPU work, threads for I/O waits.
Who is the Processes & Threads poster for?
Processes & Threads belongs to the Computing section rather than to a school year, because computing is not something one grade owns. Anyone learning systems can pin it up — a beginner, a student mid-course, or someone revising years later.
When should you use the Processes & Threads poster?
Threads share memory, which is both the speed and the danger. A wall chart earns its place by being glanceable from where the work is happening, so Processes & Threads belongs on the wall where that computing work actually happens, within glancing distance, rather than filed away.
What other posters go with Processes & Threads?
Caching, Concurrency & Parallelism and DNS sit alongside Processes & Threads in the Computing section. Printed together they make a wall rather than a single sheet, which is how a reference set actually gets used.CachingConcurrency & ParallelismDNS
Is the Processes & Threads poster free to download and print?
Yes. Processes & Threads downloads as a free PDF with no account, no email and no watermark, like everything else in the Computing section. Print as many copies as you like for a home, a classroom, a library or a tutoring group; reselling the file is the only thing the licence rules out.Read the licence
What size does the Processes & Threads poster print at?
Processes & Threads is a vector PDF laid out for US Letter, and prints on A4 with Fit to page — the same file, no separate download. Because every mark on it is drawn rather than photographed, it stays sharp enlarged to A3, A2 or A1 at a copy shop. Colour carries emphasis only, so a greyscale print of Processes & Threads loses nothing.Printing guide

Related posters

Charts that sit alongside Processes & Threads on the same wall.

Browse every Computing poster, or start from the full catalogue.