Results 1 to 2 of 2
Hai
i have some doubts in linux basics
1.What is difference between process and thread ?
2.I have three application running in my machine
1st Appln - one process - ...
- 06-18-2008 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 4
schedling of process and threads related
Hai
i have some doubts in linux basics
1.What is difference between process and thread ?
2.I have three application running in my machine
1st Appln - one process - with three threads and SCHED_RR policy
2nd Appln - one process - with two threads and SCEHD_FIFO policy
3rd Appln - one process - no thread and default linux scheduling
In the above case How scheduler will work ?
How scheduler will handle process and threads with different scheduling
policies ?
Can any one please explain me the above problem ? OR give some links
related to scheduling , process-thread management , it will be very helpful for me .
Regards
k.Chandrasekaran
Bangalore
- 06-18-2008 #2
The answer is, I fear, too complex to discuss in detail on a Linux help web site like this one.
Google this:
Hope this helps.Code:Linux scheduling process thread
--
Bill
Old age and treachery will overcome youth and skill.


Reply With Quote