answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

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

The provision of mechanisms for process synchronization?

The provision of mechanisms for process synchronization


What is a synchronization process mean?

a synchronization manager is a program that can help you synchronizing for ex your computer and a palm The process by which files and programs are transferred between PDAs and PCs.


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.


What is interprocess synchronization?

Processes might need to communicate to each. Interprocess of synchronization is the?æ management of resource among process. It ensures only a single thread (process) access a resource at a particular time.


What is the process by which a WSUS server obtains the updates that it will distribute to clients?

Synchronization!


What is the difference in deadlock and process synchronization?

A deadlock is a situation whereÊtwo or more competing actions or processes run at the same time while they shouldn't hence no task is either completed, while process synchronization is where two or more process work together concurrently with each other to complete a task.


What is the process of ensuring that two computer devices have the same data?

Synchronization... follow me on twitter Casey Bordwell :p lol


What is data synchronization used for?

Data synchronization is commonly used by your own home computer to backup its own data. This process can also be used to transfer downloaded content such as books, movies, and music to portable devices such as a tablet, television, or other portable devices.


When was Transactional Synchronization Extensions created?

Transactional Synchronization Extensions was created in 2012.


Synchronization in java?

Threads communicate primarily by sharing access to fields and the objects reference fields refer to. This form of communication is extremely efficient, but makes two kinds of errors possible: thread interference and memory consistency errors. The tool needed to prevent these errors is synchronization.


What oxygen needed by most organisms in the process?

needed by most organisms in the process of


In advance operating system what is process synchronization?

In computer science, especially parallel computing, synchronization means the coordination of simultaneous threads or processes to complete a task in order to get correct runtime order and avoid unexpected race conditions. There are many types of synchronization: * barrier * lock/semaphore * non-blocking synchronization * synchronous communication operations advantages of synchronous communications are * no need of start and stop bits * higher data rates possible * the actual data length need not be fixed