由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - One OS scheduling question (转载)
相关主题
a dummy OS questionask a Javascript question
Thread Priority 设为最高--窗口最小化时好像并不优先啊?多线程 编程,process 和 thread 的一些问题。
[合集] question about the kernel scheduler (转载)[合集] An interview question, what is the answer? (转载)
why do we need to map user threads to kernel threads?请教一个linux下面的多线程semaphore的问题。
multi threading 还是 multi processingmultithreaded vs multiprocess
来来,讨论一下multithread, multi-core, affinityuse abort() to generate coredump (转载)
multithread app的design要注意哪些问题?感觉c挺有一丝的嘛
关于process and threads的问题pthread mutex能不能用与thread和process之间
相关话题的讨论汇总
话题: os话题: scheduling话题: question话题: priority话题: thread
进入Programming版参与讨论
1 (共1页)
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?

1 (共1页)
进入Programming版参与讨论
相关主题
pthread mutex能不能用与thread和process之间multi threading 还是 multi processing
processes vs threads来来,讨论一下multithread, multi-core, affinity
真正的multi-threading是5个thread要5个cpu?那apache是真正的mmultithread app的design要注意哪些问题?
thread, semaphore, 问题。关于process and threads的问题
a dummy OS questionask a Javascript question
Thread Priority 设为最高--窗口最小化时好像并不优先啊?多线程 编程,process 和 thread 的一些问题。
[合集] question about the kernel scheduler (转载)[合集] An interview question, what is the answer? (转载)
why do we need to map user threads to kernel threads?请教一个linux下面的多线程semaphore的问题。
相关话题的讨论汇总
话题: os话题: scheduling话题: question话题: priority话题: thread