Earlier quoted context omitted.
Any idea if there was any success with it?
I've found a reference to it in Jean Bacon's Concurrent Systems . She calls it "quorum assembly", but I can't find any other references with that name (slides on cl.cam.ac.uk are by her, or influenced by her work.) I'm afraid it is probably an idea that has been had many times. The write quorum (number of nodes you must talk to to do a write) must be > n/2. The read quorum plus the write quorum must be > n (otherwise…
Re: Reliability, availability and scale – an interlude
#11Thanks for the details and the explanation. Makes a lot of sense.