- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 118字
- 2021-07-02 20:12:54
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. Each case is different, so whether the additional costs of power, licenses, and cooling are worthwhile, and up to what point, will be evaluated on a case-by-case basis.
Scaling will be covered in detail in Chapter 8, Scaling Microservices.
推薦閱讀
- Progressive Web Apps with React
- 編程卓越之道(卷3):軟件工程化
- Hands-On Data Structures and Algorithms with JavaScript
- Apache Karaf Cookbook
- Securing WebLogic Server 12c
- Python貝葉斯分析(第2版)
- H5頁面設計:Mugeda版(微課版)
- Kotlin從基礎到實戰
- 運維前線:一線運維專家的運維方法、技巧與實踐
- Java并發編程之美
- 貫通Tomcat開發
- Go語言從入門到精通
- Modernizing Legacy Applications in PHP
- Solr權威指南(下卷)
- Mastering ASP.NET Web API