Evolution of large website architectures (2) Separation of databases and application servers and Architecture Evolution

Source: Internet
Author: User
Tags website performance

Evolution of large website architectures (2) Separation of databases and application servers and Architecture Evolution

As the number of users and concurrency increases, a single server has a performance problem. In this case, the application and database must be separated. After the separation, the entire website becomes three servers: application Server (or web Server), database server, and file server. These three servers have different Configuration Requirements for servers. application servers need to process a large number of business logic, so they need faster and more powerful CPUs. database servers need fast Disk Retrieval and data caching, therefore, a faster hard disk (usually SSD) and larger memory are required. The file server needs to store a large number of files uploaded by users, so a larger hard disk is required.

Architecture of database and Application Server Separation

 

After the database and Application Server are separated, the website performance is significantly improved, including the concurrent processing capability. We only need to work with this architecture to change the database connection address in the original application from local to another server.

 

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.