- Microservice Patterns and Best Practices
- Vinicius Feitosa Pacheco
- 83字
- 2021-06-30 19:02:48
The x-axis
On the x-axis, this strategy targets the horizontal scalability with the same application server replicated n times in full and in a balanced order of 1/n.
The problem with this strategy is that resources such as databases and caches will be required, since the number of applications that accesses these features gradually increases, as necessary, to scale. For this strategy, caches require more memory and databases need a pool of greater connections, something that does not always result in a benefit:

推薦閱讀
- 物聯(lián)網(wǎng)與北斗應(yīng)用
- Modern JavaScript Web Development Cookbook
- Cisco OSPF命令與配置手冊(cè)
- EDA技術(shù)與VHDL編程
- 物聯(lián)網(wǎng)網(wǎng)絡(luò)安全及應(yīng)用
- React:Cross-Platform Application Development with React Native
- Wireshark網(wǎng)絡(luò)分析就這么簡(jiǎn)單
- Learning Windows 8 Game Development
- 網(wǎng)絡(luò)AI+:2030后的未來(lái)網(wǎng)絡(luò)
- 從實(shí)踐中學(xué)習(xí)手機(jī)抓包與數(shù)據(jù)分析
- 數(shù)據(jù)血緣分析原理與實(shí)踐
- 組網(wǎng)技術(shù)與網(wǎng)絡(luò)管理
- 5G非正交多址接入技術(shù):理論、算法與實(shí)現(xiàn)
- 商業(yè)的本質(zhì)和互聯(lián)網(wǎng)
- Microservices Development Cookbook