High concurrency and distributed _ Distributed computing

Source: Internet
Author: User

When it comes to high concurrency, a lot of people think about distribution, so what's the difference?

Concurrency and distribution are completely different concepts.

Concurrency is reflected in the amount of time, such as video online live site, there may be tens of thousands of people need to access the server at the same time, this is concurrency.

Distribution is to distribute tasks to different points, and distributed computing is the most common distributed computation. Through a kind of distributed programming method, the CPU, memory and so on on different systems are computed, and the results are collected into the control center for processing. For example, the most famous is distributed computing weather climate, such as aerospace information. The synchronous accelerator in Shanghai needs the distributed system, and the distributed computing method is used to compute the model.

For the specific domain of the Internet, the high concurrent solution does not necessarily need to pass through the distributed system, can through DNS polling, to achieve the burden of server load sharing. All servers are the same configuration, access to the same content. But for some database processing system, need to return the result quickly, also can distribute the computation task to the different system through the distributed system, speed up the computation speed. But for the internet, high concurrency can also be solved in a distributed way, such as the concept of cloud, cloud storage needs to be distributed through the system, can achieve high concurrency of storage. This needs to depend on demand and tolerance.

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.