- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 117字
- 2021-07-02 22:08:08
Horizontal scaling or scale out
In horizontal scaling, we dig deep into modules that show a higher impact on the overall performance for factors such as high concurrency; so this will enable our application to serve our increased user base, which is now reaching the million mark. We also implement load balancing to process a greater amount of work. The option of adding more servers to the cluster does not require downtime, which is a definite advantage. It differs from case to case and it needs to be seen whether all the additional cost of power, licenses, and cooling is worthwhile and up to what point.
Scaling will be covered in detail in Chapter 8, Scaling.
推薦閱讀
- Intel Galileo Essentials
- Python for Secret Agents:Volume II
- Python程序設計(第3版)
- 趣學Python算法100例
- C語言程序設計實踐教程
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- C語言程序設計教程
- Getting Started with Laravel 4
- Visual Basic程序設計實驗指導(第二版)
- Advanced Express Web Application Development
- Unity Android Game Development by Example Beginner's Guide
- Python Projects for Kids
- Visual C++從入門到精通(第2版)
- R的極客理想:量化投資篇
- ASP.NET開發寶典