multi-tasking vs multi-processing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lokesh yadav
    New Member
    • Nov 2006
    • 5

    multi-tasking vs multi-processing

    hi ,


    whats the difference betw the multitasking and multiprocessing can u explain me the whats these does........... ............... .
  • dtimes6
    New Member
    • Oct 2006
    • 73

    #2
    Originally posted by lokesh yadav
    hi ,


    whats the difference betw the multitasking and multiprocessing can u explain me the whats these does........... ............... .
    multitasking each task hold its piece of memory.
    multiprocessing all process in the task take only one piece of memory.

    Comment

    Working...