Thursday, July 30, 2009

Kernel mode

  • kernel directly supports multiple threads of control in a process

  • Benefits:scheduling/synchronization coordination, less overheadthan process, suitable for parallel application

  • Drawbacks:more expensive than user-level threads, generalityleads to greater overhead

No comments: