Results 1 to 3 of 3
Hi,I am a newer here.
I wonder if there any methord that i can add some code to the linux kernel to change the priority of a process in the ...
- 05-13-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 2
Problem about process priority
Hi,I am a newer here.
I wonder if there any methord that i can add some code to the linux kernel to change the priority of a process in the wait queue,so that the process can be scheduled first?
Thanks!
- 05-13-2005 #2Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Have you looked at the "nice" command?
/IMHO
//got nothin'
///this use to look better
- 05-14-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 2
I find "sys_nice(int increment)" in "sched.c",
I can specify the priority,but i can't specify one process which i want to change it's priority by using "sys_nice".


Reply With Quote
