Wednesday, August 5, 2009

User thread

=> Thread management done by user-level threads library
=> includes a set of registers and a stack, and shares the entire address space with the other threads in the enclosing process
=> is handled entirely in user code, usually by a special library that provides at least start, swap and suspend calls

No comments: