Nov 16
2008
You’ve ben owned boomoto.
Nov 16
2008
You’ve ben owned boomoto.
Nov 29
2007Processes and Threads
A processis the running version of a computer program. It is given its own private space in the system memory which it uses to store its code and data. The context of the process is the entire contents of this memory, and some more data about the system’s state. This way, when the context of a process is loaded into the memory, it can start executing from when it left off.