Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Process"
From NetSec
GertieUbpgdd (Talk | contribs) |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{expand}} |
=Definition= | =Definition= | ||
A '''Process''' is an instance of an [[application]] currently being executed on a machine. | 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 20:42, 13 May 2012
This article contains too little information, it should be expanded or updated. |
---|
Things you can do to help:
|
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.