- 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.
推薦閱讀
- C#編程入門(mén)指南(上下冊(cè))
- Java應(yīng)用開(kāi)發(fā)與實(shí)踐
- Designing Hyper-V Solutions
- 小程序,巧運(yùn)營(yíng):微信小程序運(yùn)營(yíng)招式大全
- TypeScript項(xiàng)目開(kāi)發(fā)實(shí)戰(zhàn)
- 精通MATLAB(第3版)
- Mastering openFrameworks:Creative Coding Demystified
- 基于SpringBoot實(shí)現(xiàn):Java分布式中間件開(kāi)發(fā)入門(mén)與實(shí)戰(zhàn)
- Web App Testing Using Knockout.JS
- Serverless Web Applications with React and Firebase
- Emotional Intelligence for IT Professionals
- 零基礎(chǔ)學(xué)HTML+CSS第2版
- Oracle 12c從入門(mén)到精通(視頻教學(xué)超值版)
- UML基礎(chǔ)與Rose建模實(shí)用教程(第三版)
- Mastering Vim