Multiprocessing

Prabhu TL
1 Min Read
Disclosure: This website may contain affiliate links, which means I may earn a commission if you click on the link and make a purchase. I only recommend products or services that I personally use and believe will add value to my readers. Your support is appreciated!


In multiprocessing systems, two or more CPUs are connected together. Therefore it is possible to execute instructions from different programs at the same time. Thus more than one instruction can be executed simultaneously. The idle time of the computer reduces, since there is not user intervention in between jobs.

The disadvantages of batch processing are:

·         The data has to be first accumulated and then processed. Therefore there is a possibility of delay in execution of jobs,

·         It is not possible to change priority of jobs. If both jobs have the same priority, one of them has to wait in the batch till the complete execution of the other.

Execute different instructions of the same program. Different multiprocessing systems use different types of memory configurations. Some systems have a Common main memory for all the CPUs, in some systems each system has its own main memory while in still others each CPU can have its own memory as well as share a common memory with other processors.

Multiprocessing systems require a very complex and sophisticated operating system to coordinate all the activities of the multiple CPUs and other devices. Multiprocessing systems are also very expensive.

Share This Article
Prabhu TL is a SenseCentral contributor covering digital products, entrepreneurship, and scalable online business systems. He focuses on turning ideas into repeatable processes—validation, positioning, marketing, and execution. His writing is known for simple frameworks, clear checklists, and real-world examples. When he’s not writing, he’s usually building new digital assets and experimenting with growth channels.
Leave a review