Notion of a process and a thread
-
A TCE process is a regular Unix, DOS or WindowsNT process. Although it is spawned according to the user request, its creation and scheduling is carried exclusively by the Operating System.
-
A TCE thread is a light-weight thread of execution. Its creation and destruction as well as scheduling is controlled by the TCE layer. The underlying Operating System is neither involved in those actions, nor it is aware that a process is multithreaded.
|