- 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:
Post a Comment