| | |
Summary: March 29, 2008 OS:Threads 1
THREADS
March 29, 2008 OS:Threads 2
Chapter outline
Overview +
Multithreading Models +
Threading Issues +
Pthreads +
Examples of Threads +
March 29, 2008 OS:Threads 3
- Overview
Thread concept +
Benefits of threads +
Thread states +
Supporting threads +
March 29, 2008 OS:Threads 4
-- Thread Concepts ...
A thread
Is simply an execution stream through a process.
Some times it is called lightweight process (LWP)
|