Differences between version 3 and revision by previous author of Process.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Monday, January 19, 2004 6:25:26 am | by AristotlePagaltzis | Revert |
Older page: | version 2 | Last edited on Monday, October 27, 2003 5:33:59 pm | by JohnMcPherson | Revert |
@@ -1,7 +1,7 @@
On a [UNIX] or [Linux] system, a process is the container structure the [Kernel] builds for an application to run in.
-Resourses such as [CPU]Time
, [FileHandle]s, network [port
]s and many others are allocated at the Process level.
+Resourses such as [CPU] time
, [FileHandle]s, network [Port
]s and many others are allocated at the [
Process]
level.
Contrast [Thread].
See ProcessNotes for information on getting process statistics and information.