0
votes
Distributed Concurrency Control
If you can set up your load balancing so that requests for a single customer always get mapped to the same server then you can handle this via local synchronization. For example, take your custome …
