ReplyApr 12, 2017
I would suggest to read more about distributed systems first..then research around how you can do asynchronous communication with message passing between your "services" plus you would be better off adopting CQRS and event sourcing. Try avoid doing in place update which would force you to use a distributed lock ..