Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Process"
From NetSec
(→Definition) |
|||
Line 3: | Line 3: | ||
A '''Process''' is an instance of an [[Applications|application]] currently being executed on a machine. | A '''Process''' is an instance of an [[Applications|application]] currently being executed on a machine. | ||
− | Processes may hold a single, or multiple | + | Processes may hold a single, or multiple threads through a programming practice called multithreading. |
Revision as of 01:51, 19 October 2011
Definition
A Process is an instance of an application currently being executed on a machine.
Processes may hold a single, or multiple threads through a programming practice called multithreading.