What is Scalability of the Reactive System?

Technology CommunityCategory: Reactive SystemsWhat is Scalability of the Reactive System?
VietMX Staff asked 3 years ago

Scalability is the ability of a system to make use of more computing resources in order to increase its performance is measured by the ratio of throughput gain to resource increase. A perfectly scalable system is characterized by both numbers being proportional: a twofold allocation of resources will double the throughput. Scalability is typically limited by the introduction of bottlenecks or synchronization points within the system, leading to constrained scalability, see Amdahl’s Law and Gunther’s Universal Scalability Model.