commit | c27984169fc0c1c8079846378b8e6bca45569282 | [log] [tgz] |
---|---|---|
author | David Why Use Two When One Will Do Presotto <p@google.com> | Tue Sep 08 12:53:34 2015 -0700 |
committer | David Why Use Two When One Will Do Presotto <p@google.com> | Tue Sep 08 12:53:34 2015 -0700 |
tree | efbd280d29f31d044a6b760852db0bc24ad9fdcb | |
parent | 78e68ee2f3e0216b8cc03617f421e46527254597 [diff] |
namespace: NoResolve is dead, long live Preresolved. Unlike NoResolve, Preresolved can contain a mount entry to use. Mounttable access has been simplified. Instead of trying to apply all modifying RPCs to all instances of a mount table, we assume that the instances ensure consistency so that we only have to reach one. This reduces an RPC to a mount table to being the same as an RPC to anything else. This was the main reason for the Preresolved change, i.e., to pass multiple servers to a call when we have preresolved to a mount table. MultiPart: 2/2 Change-Id: Ie93f6145083e03d0319501d4098860f428adbef9
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.