LinkedIn replaces rails with node: Reduces 27 server speeds by 20 times times

Source: Internet
Author: User
Keywords Server we the console the cache will

Ryan http://www.aliyun.com/zixun/aggregation/13830.html ">paul wrote an in-depth look at the design of the mobile side of LinkedIn, where we saw: 23% of mobile users; focus on simplicity , ease of use and reliability; 30% native code, 70% uses HTML, embedded lightweight HTTP service, single client application link cloud server, back-end service from rails to node.js.

Lan Yique, an engineer who worked in LinkedIn, added: "Mobility has led to the use of data centers." Run on a single-threaded rails server (each request lowers overall performance), and using mongrel will waste a lot of memory. This explains why any way without blocking will win the favor.

The advantages of Node.js are:

better performance and less memory footprint, 20 times-fold performance improvement in a scenario programmer can give full play to their JavaScript skills the front-end and back-end developers can reduce the number of collaboration servers from 30 to only 3 in a group, with a 10 times-fold increase in hardware resource utilization, And there is room for ascension. Development can focus more on application development than on fire

Obviously, there are a lot of problems intertwined. We need to rewrite the code to change the distributed logic between the server and the client, in order to optimize the number of places we need to argue. But it is certain that LinkedIn's choice of Node.js has been a great success.

In the comments section of the article, see some interesting analysis, I particularly like Oluseyi's comments:

Inevitably we want to refactor and rewrite, we actively use caching, store client templates (and inevitably update data from the server). This means that once the timestamp requires an update of the cache, the application needs to update the data from the server consistency filter instead of opening and closing several connections. We want to build a long life connection to transmit data. (Again, the original execution will return the HTML code, which means that links, including the URI address of the image, will point to the server.) Also, because Web browsing will create and destroy navigation, these images do not have a valid cache. )

In the way of long life link, in the traditional MVC ("model-view-controller" abbreviation, Chinese translation is "mode-view-controller". Web applications no longer have the concept of "view." The end result is that the server-side controllers will aggregate all the necessary data, but the data will not be output directly, but rather by outputting the binary object and extracting all the relevant data by the client unpacking.

I've noticed that you're concerned about the overuse of MVC, which is suitable for applications only in specific Web application-related environments. The user's Web side (labeled output, including external URLs, etc.) will extract the data from the unpacking and cache data. (CSDN compilation/Bao)

(Responsible editor: The good of the Legacy)

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.