Method and system for processing remote procedure call request
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- INST OF COMPUTING TECH CHINESE ACAD OF SCI
- Publication Date
- 2012-07-18
- Estimated Expiration
- Not applicable · inactive patent
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention belongs to the field of distributed computing, and in particular relates to remote procedure calling. Background technique
[0002] Remote Procedure Call (Remote Procedure Call, RPC) refers to that in a distributed system, a process or thread on a local system activates a process or thread on a remote system, and transfers control from the local to the remote, and is executed by the remote process or thread Specific procedures to complete the corresponding functions that cannot be completed on the local system. Remote procedure call is an easy-to-program distributed programming model, which hides communication details and provides the upper layer with a programming interface consistent with local procedure calls.
[0003] Currently popular RPC implementations include Sun RPC, OSF / DCE RPC, etc. They focus on support for cross-platform systems, support for heterogeneous network environments, security features, fault recovery, etc., and al...