- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 144字
- 2021-07-02 19:44:57
Disposability, with minimal overhead
The disposability with minimal overhead principle advocates to build applications with minimal startup and shutdown times, and with a graceful shutdown support. In an automated deployment environment, we should be able to bring up or bring down instances as quickly as possible. If the application's startup or shutdown takes considerable time, it will have an adverse effect on automation. The startup time is proportionally related to the size of the application. In a cloud environment targeting auto scaling, we should be able to spin up a new instance quickly. This is also applicable when promoting new versions of services.
In the microservices context, in order to achieve full automation, it is extremely important to keep the size of the application as thin as possible, with minimal startup and shutdown times. Microservices should also consider lazy loading of objects and data.
- Vue.js設(shè)計與實(shí)現(xiàn)
- 精通JavaScript+jQuery:100%動態(tài)網(wǎng)頁設(shè)計密碼
- 機(jī)器學(xué)習(xí)系統(tǒng):設(shè)計和實(shí)現(xiàn)
- vSphere High Performance Cookbook
- Unity Virtual Reality Projects
- 零基礎(chǔ)入門學(xué)習(xí)Python
- 高級語言程序設(shè)計(C語言版):基于計算思維能力培養(yǎng)
- Getting Started with Gulp
- Windows Phone 7.5:Building Location-aware Applications
- Learning YARN
- 精通MySQL 8(視頻教學(xué)版)
- iOS開發(fā)項(xiàng)目化入門教程
- Hands-On Robotics Programming with C++
- Java程序設(shè)計教程
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)