多线程环境下的调度程序

发布于 2024-10-13 21:00:47 字数 79 浏览 5 评论 0原文

在具有多线程的操作系统中可以找到多少个调度程序? 我不确定答案,但我认为这取决于您是否使用内核级线程或用户级线程,我希望您能帮助我澄清我的疑问。

How many scheduler might find in a Operating System with Multithreading?
I'm not sure of the answer, but I think it depends on whether you work with kernel-level threads or user level, I hope you can help me clarify my doubt.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

习惯成性 2024-10-20 21:00:47

您希望系统拥有任意数量的调度程序。 DOS 几乎为零,Linux 内核通常有一个(进程)调度程序,尽管还有其他类型的调度程序,最后,用户空间程序可以做任何他们想做的事情,因此可能有任意数量的(进程)调度程序。特别是考虑 cron 和 LSF。

Any number of schedulers you want your system to have. DOS pretty much had zero, the Linux kernel usually has one (process) scheduler, though there are other types of scheds, and finally, userspace programs can do whatever they want, so there may be any number of (process) schedulers. Especially considering cron and LSF.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文