𝔖 Bobbio Scriptorium
✦   LIBER   ✦

Fast RPC on the SHRIMP Virtual Memory Mapped Network Interface

✍ Scribed by Angelos Bilas; Edward W. Felten


Book ID
102603649
Publisher
Elsevier Science
Year
1997
Tongue
English
Weight
241 KB
Volume
40
Category
Article
ISSN
0743-7315

No coin nor oath required. For personal study only.

✦ Synopsis


The emergence of new network interface technology is enabling new approaches to the development of communications software. This paper evaluates the SHRIMP virtual memory mapped network interface by using it to build two fast implementations of remote procedure call (RPC). Our first implementations, called vRPC, is fully compatible with the SunRPC standard. We change the RPC runtime library, the operating system kernel is unchanged, and only a minimal change was needed in the stub generator to create a new protocol identifier. Despite these restrictions, our vRPC implementation is several times faster than existing SunRPC implementations. A roundtrip null RPC with no arguments and results under vRPC takes about 33 s. Our second implementation, called ShrimpRPC, is not compatible with SunRPC but offers much better performance. ShrimpRPC specializes the stub generator and runtime library to take full advantage of SHRIMP's features. The result is a round-trip null RPC latency of 9.5 s, which is about 1 s above the hardware minimum.