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

Process

From NetSec
Revision as of 17:10, 5 September 2011 by EnriqueBlackston (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.