用户级线程的特征

时间:2014-10-10 19:23:34

标签: multithreading operating-system user-thread

我正在学习即将进行的操作系统考试,我已经遇到过这个问题,并希望得到一些澄清,因为老实说,我对自己的答案并不太自信。

Mark the characteristics that are true of user-level threads.

1) Threads from the same process can be run on different processors in a multi core system
2) Thread run-time support is needed to route incoming signals to the correct thread
3) Threaded programs are easily ported to other systems
4) Overhead for thread operations is high

以下是我的想法......

  1. 错误,因为内核线程可以做到这一点,我相信它的一个 用户级别的缺点

  2. 是的,因为操作系统无法区分多个用户级线程 路由它们需要什么东西? (不确定)

  3. 是的,只是猜测,但因为它不是操作系统级别,所以它可以继续运行 尽管操作系统很多系统

  4. 错误,我认为用户级线程是 意味着快速而低开销。

  5. 任何人都可以确认我的假设,或者如果我错了,请在正确的思考过程中指导我吗?

0 个答案:

没有答案