Find the answer to your Linux question:
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 - ...
  1. #1
    Just 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

  2. #2
    Linux Engineer wje_lf's Avatar
    Join Date
    Sep 2007
    Location
    Mariposa
    Posts
    1,192
    The answer is, I fear, too complex to discuss in detail on a Linux help web site like this one.

    Google this:
    Code:
    Linux scheduling process thread
    Hope this helps.
    --
    Bill

    Old age and treachery will overcome youth and skill.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...