Analysis of RPC conceptual model and implementation, and analysis of rpc Conceptual Model

Source: Internet
Author: User

Analysis of RPC conceptual model and implementation, and analysis of rpc Conceptual Model

What is the use of rpc? When the project grows, some functions will be separated and used as a (microservice) separate application, this application may be implemented using (java, c #, go, and ruby). To communicate with each other, You need to define a standard for communication, similar to webservice. I have been through a project where http calls are used between applications in the early stage. When a performance bottleneck occurs, I will consider how to improve the efficiency. If there is a lot of http transmission information, I can try using tcp, an application may also carry load. How can we communicate with each other when the load occurs? What should we do if a device in the load is interrupted? rpc is the same.

 

This is a great article about rpc.

Http://www.cnblogs.com/mindwind/p/5518145.html

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.