Home

Search IconIcon to open search

Multi-threaded programming

# Threads vs processes

Memory is shared between threads, while processes have independent memory. This is the most important distinction.

# See also