communication - In a distributed system, does the Coordinator communicate with all Participants at the same time or tell one of them, who has to inform the others? -


i'm reading on communication in distributed system can't find answer specific questions. diagrams i'm given vague it.

the coordinator communicates other participants. common design paradigm distributed sequencing distributed chat system.

the leader elected consensus algorithm


Comments

Popular posts from this blog

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

java - Incorrect order of records in M-M relationship in hibernate -