Jump to content

Synchronisation issue between different processes?


Lumen Bliss

Recommended Posts

This is a complex topic in computer science ...

 

Parallel systems need synchronization, the def of sync is 'equilibrium enforcement', sync differs depending on what are you synchronizing,

 

I will give a simple examples:

 

1. Sync Send: The sender has to wait until, data is received

 

2. Sync Receive: The receiver waits until data comes

 

3. Sync Time: All entities reset their clocks as coordinated

 

4. Sync DataBases: All DataBases stop query processing, until all data are distributed to all

 

5. Sync Data Between N Data Storages: data on one side are generalized in other sections, shared data checked, and modified data are versioned* and data set according to priority\timestamp

 

.. as I said before, this is a complex topic in computer science

 

good luck,

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.