i**p 发帖数: 902 | 1 【 以下文字转载自 Linux 讨论区 】
发信人: isup (No), 信区: Linux
标 题: One OS scheduling question
发信站: BBS 未名空间站 (Wed Feb 13 22:06:32 2008)
This is an interview question.
To give the fast response in the realtime system, we give some process/
thread high priority to run. As a result some lower process/thread may be
starved. How could we solve it? Is there any other solution besides rising
the priority? |
p***o 发帖数: 1252 | 2 Maybe they want you to talk about hard/soft deadline?
【在 i**p 的大作中提到】 : 【 以下文字转载自 Linux 讨论区 】 : 发信人: isup (No), 信区: Linux : 标 题: One OS scheduling question : 发信站: BBS 未名空间站 (Wed Feb 13 22:06:32 2008) : This is an interview question. : To give the fast response in the realtime system, we give some process/ : thread high priority to run. As a result some lower process/thread may be : starved. How could we solve it? Is there any other solution besides rising : the priority?
|
b********n 发帖数: 609 | 3 定期发个信号中断??
【在 i**p 的大作中提到】 : 【 以下文字转载自 Linux 讨论区 】 : 发信人: isup (No), 信区: Linux : 标 题: One OS scheduling question : 发信站: BBS 未名空间站 (Wed Feb 13 22:06:32 2008) : This is an interview question. : To give the fast response in the realtime system, we give some process/ : thread high priority to run. As a result some lower process/thread may be : starved. How could we solve it? Is there any other solution besides rising : the priority?
|
p***o 发帖数: 1252 | 4 中断了还是有个先运行拿个任务的问题。
【在 b********n 的大作中提到】 : 定期发个信号中断??
|
i**p 发帖数: 902 | 5 Is this popular tech? Is there any other scheduling to balance high priority
and lower one?
【在 p***o 的大作中提到】 : Maybe they want you to talk about hard/soft deadline?
|
p***o 发帖数: 1252 | 6 I don't know. Just heard of it and thought they make some sense.
priority
【在 i**p 的大作中提到】 : Is this popular tech? Is there any other scheduling to balance high priority : and lower one?
|