Tag: computer fundamentals

  • Computer Processor & Threading Cheat Sheet

    Feature Process (e.g., Google Chrome) Thread (A Tab in Chrome) Analogy A self-contained Kitchen A Cook working in the kitchen Resources Has its own private memory & resources Shares memory with other threads in its process Weight Heavyweight (slow to create) Lightweight (fast to create) Isolation Isolated from other processes (stable) Not isolated from its…