riak(005) reading Rpc.mli

I was reading epmd’s protocol description when I realized that the protocol involves keeping connections after an ALIVE2_REQ message. In order to implement this on top of an RPC framework, I have to specify whether to cut off the connection after each response. I was willing to tweak Async’s Rpc module if necessary, but fortunately, I found an interface called Pipe_rpc, which is capable of keeping connctions.

Next, I will be happily using this library.

(Comment: since I am working towards a Mandarin exam, the developments will be very slow during July.)