how ZooKeeper promise FIFO client order

Viewed 8

context

I am reading paper "ZooKeeper: Wait-free coordination for Internet-scale systems" now.

question

  1. is the client single-threaded
  2. does read req have asynchronous version, if so, how is FIFO guaranteed for read and write requests
0 Answers
Related