Skip to content

Solution to Prevent Race Conditions in a Distributed Ecosystem

License

Notifications You must be signed in to change notification settings

pouyanh/anycast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anycast Race Condition

Distributed race condition prevention

Build Status Coverage Status Go Report Card

Solutions to handle race conditions in ecosystems consisting of 3 types of actors: client, servant and platform

Clients will make requests and only one servant can accept the request to process it

Contents

Problem

Multiple servants want to serve same client at the same time

Solution

Run

  1. Run the environment
docker-compose up -d
  1. Monitor interactions through browser

About

Solution to Prevent Race Conditions in a Distributed Ecosystem

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published