what is the difference between multiprocessing and multithreading operating system
Answers
Answered by
0
Answer:
A multiprocessing system has more than two processors whereas Multithreading is a program execution technique that allows a single process to have multiple code segments. Multiprocessing improves the reliability of the system while in the multithreading process, each thread runs parallel to each other.
Answered by
6
Ans= A multiprocessing system has more than two processors whereas Multithreading is a program execution technique that allows a single process to have multiple code segments. Multiprocessing improves the reliability of the system while in the multithreading process, each thread runs parallel to each other.
I hope its helpful to you. ❣
Similar questions