- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 61字
- 2021-07-02 19:44:57
Stateless, shared nothing processes
This principle suggests that processes should be stateless and share nothing. If the application is stateless, then it is fault tolerant, and can be scaled out easily.
All microservices should be designed as stateless functions. If there is any requirement to store a state, it should be done with a backing database or in an in-memory cache.
推薦閱讀
- Python程序設計教程(第2版)
- Git Version Control Cookbook
- 認識編程:以Python語言講透編程的本質
- React Native Cookbook
- Python進階編程:編寫更高效、優雅的Python代碼
- Reactive Programming With Java 9
- Java設計模式及實踐
- 網絡爬蟲原理與實踐:基于C#語言
- 學習正則表達式
- Android項目實戰:手機安全衛士開發案例解析
- JBoss:Developer's Guide
- Machine Learning for Developers
- Shopify Application Development
- jQuery Mobile Web Development Essentials(Second Edition)
- 少兒編程輕松學(全2冊)