Abstract

The practicality of Remote Procedure Call(RPC) systems is well recognized and used as the basis for many experimental and commercial distributed systems. However, compared with an ordinary procedure call, conventional RPC systems have a crucial restriction: pointers cannot be used as the arguments of remote procedure without explicit and nontrivial programming efforts. This paper describes the design and implementation of method that eliminates this restriction in current computing environments without extra hardware support. The method enables transparent treatment of pointers in RPC based on caching techniques using shared memory manipulation, pointer swizzling, and coherency protocol. To validate the usefulness of the proposed method, an experimental RPC system was implemented on Linux-based workstations connected to a 10 Mbps Ethernet network. Compared to conventional methods, experiments show that the method provides performance that is proportional to the access ratio of the remotely referenced data.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.