Synchronization (computer science): Difference between revisions

Content deleted Content added
mNo edit summary
Line 4:
{{distinguish|Data synchronization}}
 
In [[computer science]], '''synchronization''' is the task of coordinating multiple of [[Process (computer science)|processes]] to join up or [[Handshake (computing)|handshake]] at a certain point, in order to reach an agreement or commit to a certain sequence of action.
 
==Motivation==