Process Description and Control
Each process in the system is represented by a data structure called a Process Control Block (PCB), or Process Descriptor in Linux, which performs the same function as a traveller's passport. The PCB contains the basic information about the job including:
- What it is
- Where it is going
- How much of its processing has been completed
- Where it is stored
- How much it has “spent” in using resources
Process Identification: Each process is uniquely identified by the user’s identification and a pointer connecting it to its descriptor.
Process Status: This indicates the current status of the process; READY, RUNNING, BLOCKED, READY SUSPEND, BLOCKED SUSPEND.
Process State: This contains all of the information needed to indicate the current state of the job.
Accounting: This contains information used mainly for billing purposes and for performance measurement. It indicates what kind of resources the process has used and for how long.
Read more about this topic: Process Management (computing)
Famous quotes containing the words process, description and/or control:
“... in the working class, the process of building a family, of making a living for it, of nurturing and maintaining the individuals in it costs worlds of pain.”
—Lillian Breslow Rubin (b. 1924)
“It [Egypt] has more wonders in it than any other country in the world and provides more works that defy description than any other place.”
—Herodotus (c. 484424 B.C.)
“The three-year-old who lies about taking a cookie isnt really a liar after all. He simply cant control his impulses. He then convinces himself of a new truth and, eager for your approval, reports the version that he knows will make you happy.”
—Cathy Rindner Tempelsman (20th century)