Difference between multi threading and multi tasking?
Answer / avinash
Multithreading is a light weight process. Basically is shares
a memory spaces to run(not stack). In simple words, it's
running of more than one light weight process at a time.
for Example: on your desktop both analog and digital clock
runs at a same time.
Multitasking is doing different tasks at a same time. Like for
example: listening to music , and at a same time your typing
something in ms-word .
| Is This Answer Correct ? | 1 Yes | 0 No |
What is an idle thread?
Define the difference between preemptive and nonpreemptive scheduling.
What do you mean by a zombie process?
What complications does concurrent processing add to an operating system?
What is shadow ram?
What is the real-time system?
Discuss the various function of OS.
6 Answers HCL, Spectrum, Spectrum Solutions,
Can a 64 bit computer run 32 bit programs?
How many gb is an operating system?
What is cache memory?
If i have one root domain & two child domain, then in total how many FSMO roles i will have in entire forest?
what is the difference between mutexes and semaphores?