- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 150字
- 2021-07-02 20:52:20
Lightweight yet scalable
Microservices provide services which are more efficiently scalable, flexible, and which can provide high performance in the areas where performance is required.
An application which is based on the Microservices architecture is, normally, an application which is powered by multiple Microservices, and each one of these provide a set of functions, or a set of related functions, to a specific part of the application. A Microservices architecture normally provides a set of related functions to applications, to client applications, and client services.
Microservices architecture also uses a lightweight communication mechanism between clients and services or between two or more services. The communication mechanism has to be lightweight and quick, because when a Microservices-architected system carries out a transaction, it is a distributed transaction which is completed by multiple services. Therefore, the services need to communicate to each other in a quick and efficient way over the network.
- ExtGWT Rich Internet Application Cookbook
- Java完全自學教程
- Python Geospatial Development(Second Edition)
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- 常用工具軟件立體化教程(微課版)
- QGIS Python Programming Cookbook(Second Edition)
- Essential C++(中文版)
- Python大規模機器學習
- 計算語言學導論
- VMware vSphere Design Essentials
- 讀故事學編程:Python王國歷險記
- VC++ 2008專題應用程序開發實例精講
- 測試架構師修煉之道:從測試工程師到測試架構師(第2版)
- GitHub Essentials
- HTML5+CSS3從入門到精通(微課精編版)