Results 1 to 2 of 2

Thread: Multi tasking, multi programming, multi threading

  1. #1
    GonzalezBrown is offline Senior Member
    Join Date
    Dec 2009
    Posts
    260
    Rep Power
    3

    Default Multi tasking, multi programming, multi threading

    Hi. I want to know about what is Multitasking, multi programming, multi threading. It is very imp concept in operating system. Please give me some detailed information on it. It is very helpful for me.

  2. #2
    LewisClark is offline Senior Member
    Join Date
    Dec 2009
    Posts
    260
    Rep Power
    3

    Default

    Multi programming:

    Multiprogramming is the method of running a number of programs at a time using timesharing. It allow a PC to do some things at the same time. Multiprogramming creates logical parallelism. The concept of multiprogramming is that the OS keeps a quantity of jobs in recall at the same time. The OS choose a job from the job pool and starts’ implement a job, when those jobs require before you for any I/O operation the CPU is switched to a different job. So the key idea here is that the CPU is in no way idle.

    Multi tasking:

    Multitasking is the logical extension of multiprogramming .The concept of multitasking is similar to multiprogramming but variation is that the change between jobs take places so frequently that the users can cooperate with every program while it is running. A time-shared Os uses CPU scheduling and multiprogramming to offer every user with a small PART of time-shared system.

    Multi threading:

    An application normally is executed as a separate process with a number of threads of control. In some conditions a single application possibly necessary to perform a number of similar tasks for example a web server accepts client requests for web pages, images, sound, and so forth. A busy web server may have a number of of clients at the same time as accessing it.

Similar Threads

  1. Multi monitor kvm
    By LewisClark in forum General Software Terms
    Replies: 3
    Last Post: 02-17-2010, 02:01 PM
  2. Multi-core: whether it is necessary really?
    By janess22 in forum CPU & Components
    Replies: 1
    Last Post: 10-09-2009, 08:23 AM
  3. Multi GPU Technology
    By Dianne Belmont in forum Technologies
    Replies: 0
    Last Post: 09-14-2009, 10:26 AM
  4. Multi-Monitor configuration
    By Easton Fletcher in forum Graphic & Displays
    Replies: 9
    Last Post: 06-19-2009, 12:57 PM
  5. Replies: 0
    Last Post: 09-16-2008, 10:09 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48