Linux内核使用什么调度算法? [英] What scheduling algorithms does Linux kernel use?

查看:266
本文介绍了Linux内核使用什么调度算法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Linux内核使用什么调度算法?

What scheduling algorithms does Linux kernel use?

在哪里可以获得有关linux内核的更多信息? (操作系统第一门课程……学生级别)

Where can I get more info about linux's kernel? (OS first course... student level)

推荐答案

Linux内核具有几种不同的可用调度算法,用于进程调度和I/O调度.从 www.kernel.org 下载并调用

The linux kernel has several different available scheduling algorithms both for the process scheduling and for I/O scheduling. Download it from www.kernel.org and call

make menuconfig

您将获得带有内置帮助的所有可用选项的完整列表. 曾经提出O(1)调度程序的人是 Con Kolivas .一定要看看他做了什么.我曾经是一个伟大的突破.

You will get a full list of all available options with a built-in help. One guy that once came up with his O(1) scheduler is Con Kolivas. Definitively have to have a look at what he did. I was once a great break-through.

这篇关于Linux内核使用什么调度算法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆