Documentation ¶
Overview ¶
We have a table containing some entries, for each one we need to lock, do some work, then unlock the entry.
To illustrate a typical distributed solution we make a couple of competing consumers which get a list of entries and try and lock them to perform this work. If one of the works fails the other will take up the slack.
Click to show internal directories.
Click to hide internal directories.