I am new to Linux kernel and I have got confused . Please can anyone give answer to my questions : Q1 -> Is static priority of a thread changes or not ? If changes then how it changes ? Q2 -> What is the default value of static priority and dynamic priority for a process and thread in Linux kernel ? Q3 -> What is the initial value of static priority and dynamic priority for a newly created thread and process? Q4 -> When we talk about the priority of a process or thread (incrementing / decrementing priority , setting priority etc. ) , then which priority we are referring , is it static priority or dynamic priority ?
Read Linux Kernel Development by Robert Love. That may help. On Mon, Mar 10, 2014 at 10:42 PM, Saurabh Jain <saurabh4768jain@gmail.com>wrote:
I am new to Linux kernel and I have got confused . Please can anyone give answer to my questions :
Q1 -> Is static priority of a thread changes or not ? If changes then how it changes ?
Q2 -> What is the default value of static priority and dynamic priority for a process and thread in Linux kernel ?
Q3 -> What is the initial value of static priority and dynamic priority for a newly created thread and process?
Q4 -> When we talk about the priority of a process or thread (incrementing / decrementing priority , setting priority etc. ) , then which priority we are referring , is it static priority or dynamic priority ?
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- Regards, Rishi Agrawal
On Tue, 1 Apr 2014, Rishi Agrawal wrote:
Read Linux Kernel Development by Robert Love.
careful ... while a very good book, it *is* starting to show its age just a bit. there are no really current kernel books out there. rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================
participants (3)
-
Rishi Agrawal -
Robert P. J. Day -
Saurabh Jain