×
Throttling

Implementation of Java API Throttling

The article introduces four common throttling algorithms and their implementations.

New Features of Alibaba Cloud Remote Shuffle Service: AQE and Throttling

This article introduces the latest two important features of RSS: support for Adaptive Query Execution (AQE) and throttling.

Learn How an Open-Source Microservice Component Has Supported Double 11 for the Past 10 Years

Learn how an open-source microservice component, named Sentinel, has supported Double 11 for the last 10 years at Alibaba.

Detailed Explanation of Guava RateLimiter's Throttling Mechanism

Throttling is used in many scenarios to limit the concurrency and the number of requests to protect a system from being overwhelmed by large amounts of traffic.