A Fast RPC System for Virtual Machines

作者:Chen, Hao*; Shi, Lin; Sun, Jianhua; Li, Kenli; He, Ligang
来源:IEEE Transactions on Parallel and Distributed Systems, 2013, 24(7): 1267-1276.
DOI:10.1109/TPDS.2012.199

摘要

Despite the advances in high performance interdomain communications for virtual machines (VM), data intensive applications developed for VMs based on the traditional remote procedure call (RPC) mechanism still suffer from performance degradation due to the inherent inefficiency of data serialization/deserilization operations. This paper presents VMRPC, a lightweight RPC framework specifically designed for VMs that leverages the heap and stack sharing mechanism to circumvent unnecessary data copy and serialization/deserilization. Our evaluation shows that the performance of VMRPC is an order of magnitude better than traditional RPC systems and existing alternative interdomain communication optimization systems. The evaluation on a VMRPC-enhanced networked file system across a varied range of benchmarks further reveals the competitiveness of VMRPC in IO-intensive applications.