General remote communication calling architecture and method
A long-distance communication, computer program technology, applied in the direction of inter-program communication, multi-programming device, program control design, etc., can solve the problems of code can not be universal, poor maintainability, code portability, reliability impact, etc., to achieve convenient portability. Effect
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0027] In order to make the above objects, features and beneficial effects of the present invention more comprehensible, specific embodiments of the present invention will be described in detail below in conjunction with the accompanying drawings.
[0028] RPC is a communication technology used by programs and processes running between networked computers. The entire RPC process involves four types of objects: client, client agent, server, and server agent. RPC requires the client and the server to agree on the call interface and transmission format (such as JSON, Xml, etc.). information) to convert the format to make it conform to the agreed transmission format, and transmit it to the server through the network. After the data is transmitted to the server, it is handed over to the proxy object of the server to decode the format, obtain the interface and parameters of the call, and finally call the corresponding method of the server object to obtain the result and return it to...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


