Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Process"

From NetSec
Jump to: navigation, search
(Created page with "A '''Process''' is an instance of an application currently being executed on a machine. Processes may hold a single, or multiple Threads through a pr...")
 
Line 1: Line 1:
 +
{{cleanup}}
 +
=Definition=
 
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 [[Thread|Threads]] through a programming practice called [[Multithreading]].
 
Processes may hold a single, or multiple [[Thread|Threads]] through a programming practice called [[Multithreading]].

Revision as of 17:12, 5 September 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.