Multi-threaded programming
# Threads vs processes
Memory is shared between threads, while processes have independent memory. This is the most important distinction.
# See also
# Links
- What is a mutex?
- The Deadlock Empire
- Raw Linux Threads via System Calls by null program (blog) #toexplore/coding