- 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.
- Apache ZooKeeper Essentials
- 計(jì)算機(jī)圖形學(xué)編程(使用OpenGL和C++)(第2版)
- Learning Selenium Testing Tools with Python
- 精通軟件性能測(cè)試與LoadRunner實(shí)戰(zhàn)(第2版)
- CouchDB and PHP Web Development Beginner’s Guide
- 微信公眾平臺(tái)開發(fā):從零基礎(chǔ)到ThinkPHP5高性能框架實(shí)踐
- 深入淺出PostgreSQL
- Mastering openFrameworks:Creative Coding Demystified
- Microsoft Dynamics AX 2012 R3 Financial Management
- Mastering Concurrency Programming with Java 9(Second Edition)
- 現(xiàn)代C:概念剖析和編程實(shí)踐
- Microsoft HoloLens By Example
- 面向?qū)ο蟪绦蛟O(shè)計(jì)教程(C#版)
- 區(qū)塊鏈原理、設(shè)計(jì)與應(yīng)用
- RabbitMQ Essentials