| |
| | Process control blocks (Site not responding. Last check: ) |
 | | At least part of the process control data structure is always maintained in main memory, though its exact location and configuration varies with the OS and the memory management technique it uses. |
 | | Process identification data always include a unique identifier for the process (almost invariably an integer number) and, in a multiuser-multitasking system, data like the identifier the parent process, user identifier, user group identifier, etc. The process id is particularly relevant, since it's often used to cross-reference the OS tables defined above, e.g. |
 | | Process structuring information:process's children id's, or the id's of other processes related to the current one in some functional way, which may be represented as a queue, a ring or other data structures. |
| www.cim.mcgill.ca /~franco/OpSys-304-427/lecture-notes/node7.html (575 words) |
|