context
I am reading paper "ZooKeeper: Wait-free coordination for Internet-scale systems" now.
question
- is the client single-threaded
- does read req have asynchronous version, if so, how is FIFO guaranteed for read and write requests
I am reading paper "ZooKeeper: Wait-free coordination for Internet-scale systems" now.