Back to Engineering Terms

Process vs Thread

OS

A process is an independent program with its own memory space, while a thread is a lightweight unit of execution within a process that shares memory with other threads.

Tags

concurrencyfundamentalsmemory

Related Concepts