Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Process"
From NetSec
(→Definition) |
GertieUbpgdd (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{cleanup}} | {{cleanup}} | ||
=Definition= | =Definition= | ||
− | A '''Process''' is an instance of an [[ | + | 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. | Processes may hold a single, or multiple threads through a programming practice called multithreading. |
Revision as of 04:40, 2 May 2012
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.