User-level threads & Kernel-level threads

What is User-level Threads?

  • The user-level threads are implemented by users and kernel is not aware of the existence of these threads. It handles them like single-threaded processes.
  • They are small and much faster than kernel level threads.
  • They are represented by Progam Counter(PC), Stack, Rejisters and a small Process Control Block(PCB).
  • There is no kernel involvement in synchronization for user-level threads.

Advantages of User-level Threads

  1. User-level threads are easier and faster to create than kernel-level threads. They can also be more easily managed.
  2. User-level threads can be run on any operating system
  3. There are no kernel mode privileges required for thread switching in user-level threads

Disadvantages of User-level Threads

  1. Multithreaded applications in user-level threads cannot use multiprocessing to their advantage.
  2. The entire process is blocked if one user-level thread blocked

What is Kernel-level Threads?

Kernel-level threads are handled by the operating system directly and the thread management is done by the kernel. The context information for the process as well as the process threads is all managed by the kernel. Because of this, kernel-level threads are slower than user-level threads.

Advantages of Kernel-level Threads

  1. Multiple threads of the same process canbe sheduled on different processors in kerel-level threads
  2. The kernel routines can also be multithreaded
  3. If a kernel-level thread is blocked, another thread of the same process can be sheduled by the kernel

Disadvantages of Kernel-level Threads

  1. A mode switch to kernel mode is required to transfer control from one thread to another in a process
  2. Kernel-level threads are slower to create as well as manage as compared to user-level threads.

Reference:

https://www.tutorialspoint.com/user-level-threads-and-kernel-level-threads

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值