~/src/www.mokhan.ca/xlgmokha [main]
cat processes-and-threads.md
processes-and-threads.md 378 bytes | 2007-08-22 00:00
symlink: /dev/random/processes-and-threads.md

Processes and Threads

“A process is a, usually heavyweight, execution context that provides a lot of isolation for the internal data it works on. A thread is a lighter-weight active agent that’s set up so that multiple threads can operate in a single process. “ - Martin Fowler: PoEAA

** Patterns of Enterprise Application Architecture ** by Martin Fowler