answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is multiprocessor synchronization?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the devices which contain multiprocessor and multicomputers?

multiprocessor and multicomputer


Why do you need multiprocessor environment?

for improving the efficiency of the computer system.In multiprocessor environment , instructions can be executed parallely.


What are example of multiprocessor system?

Multiprocessor systems have gained popularity over the years as they allow the user to do more than they could with a single processor system. Xbox 360, CELL, and Sequent are examples of multiprocessor systems.


What does multiprocessor free and multiprocessor kernel mean in re to OS Build Type?

Multiprocessor is pretty self-explanaatory. "Free" means the production build, as opposed to the development/debug version. Just looked this up myself.


Difference between distributed system and multiprocessor system?

The difference between distributed system and multiprocessor system is whether the processing units in the system share the main memory. If yes, then the system is multiprocessor system; otherwise, it's a distributed system.


The provision of mechanisms for process synchronization?

The provision of mechanisms for process synchronization


When was Transactional Synchronization Extensions created?

Transactional Synchronization Extensions was created in 2012.


Why current is not concidered while synchronization?

current is load dependent,after synchronization only current will flow


What system have more than one physical CPU?

Multiprocessor


What are examples of synchronization?

SONET


What do you mean by synchronization in operating system?

synchronization mean arrange all process in sequence for that not occured no colusion in the system.


Explain why interrupts are not appropriate for implementing synchronization?

Because they are completely unrelated things? Synchronization can be implemented with semaphores or mutexes.