Multitasking - What is it?

Filed Under (Windows Xp) by Admin on 29-11-2007

Tagged Under : , , , , , , , ,

Processes 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.

Read the rest of this entry »