Tag

throttling

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Feb 18, 2025 · Frontend Development

Advanced Network Interception, Response Analysis, Throttling, and Proxy Configuration with Playwright

This article explains how to use Playwright to intercept and mock network requests, analyze responses, simulate various network conditions including throttling and offline mode, and configure proxy servers, providing Python code examples for comprehensive web‑application testing.

Playwrightautomationnetwork interception
0 likes · 6 min read
Advanced Network Interception, Response Analysis, Throttling, and Proxy Configuration with Playwright
JD Retail Technology
JD Retail Technology
Oct 31, 2024 · Big Data

JDQ Kafka Bandwidth Throttling Architecture and Optimization

This article presents an in‑depth analysis of Kafka's native throttling mechanisms, identifies their limitations in large‑scale e‑commerce scenarios, and introduces JDQ's multi‑dimensional, dynamic throttling architecture that ensures stable throughput and priority‑aware bandwidth management across broker failures and traffic spikes.

Distributed SystemsJDQKafka
0 likes · 17 min read
JDQ Kafka Bandwidth Throttling Architecture and Optimization
Sohu Tech Products
Sohu Tech Products
Aug 16, 2023 · Big Data

Understanding HBase Compaction: Principles, Process, Throttling Strategies and Real‑World Optimizations

This article explains HBase’s LSM‑Tree compaction fundamentals—including minor and major compaction triggers, file‑selection policies, dynamic throughput throttling, and practical tuning examples that show how adjusting size limits, thread pools, and off‑peak settings can dramatically improve read latency and cluster stability.

Big DataCompactionHBase
0 likes · 35 min read
Understanding HBase Compaction: Principles, Process, Throttling Strategies and Real‑World Optimizations
vivo Internet Technology
vivo Internet Technology
Jul 26, 2023 · Big Data

Understanding HBase Compaction: Principles, Process, Throttling Strategies, and Optimization Cases

Understanding HBase compaction involves knowing its minor and major merge types, trigger mechanisms, file‑selection policies such as RatioBased and Exploring, throttling controls based on file count, and practical tuning of key parameters to avoid latency spikes, as illustrated by real‑world production cases.

Big DataCompactionHBase
0 likes · 36 min read
Understanding HBase Compaction: Principles, Process, Throttling Strategies, and Optimization Cases
New Oriental Technology
New Oriental Technology
Mar 13, 2023 · Backend Development

Implementing Rate Limiting in Django Rest Framework: Theory, Code Walkthrough, and Testing

This article explains how to configure and implement request throttling in Django Rest Framework, walks through the relevant source code in throttling.py and views.py, demonstrates testing the limit, and shows how to trigger custom DingTalk alerts when the limit is exceeded.

BackendDjangoPython
0 likes · 13 min read
Implementing Rate Limiting in Django Rest Framework: Theory, Code Walkthrough, and Testing
Sohu Tech Products
Sohu Tech Products
Feb 8, 2023 · Backend Development

RocketMQ Fast‑Failure Mechanism: Case Study, Analysis, and Optimization

This article presents a detailed case study of RocketMQ's fast‑failure mechanism, explains the root causes of a massive message‑write surge, analyzes broker thread models, and proposes topic‑level rate‑limiting solutions with concrete implementation and code examples.

BrokerJavaRocketMQ
0 likes · 16 min read
RocketMQ Fast‑Failure Mechanism: Case Study, Analysis, and Optimization
Architects Research Society
Architects Research Society
May 27, 2022 · Backend Development

Understanding Rate Limiting: Concepts, Strategies, and Algorithms

This article explains what rate limiting is, why it is needed, various strategies and algorithms such as leaky bucket, token bucket, fixed and sliding windows, and discusses challenges like inconsistency and race conditions in distributed systems, as well as different throttling types.

APIBackendDistributed Systems
0 likes · 10 min read
Understanding Rate Limiting: Concepts, Strategies, and Algorithms
Selected Java Interview Questions
Selected Java Interview Questions
Nov 12, 2021 · Backend Development

Implementing Rate Limiting in Java Spring Applications Using Guava, Redis, and Nginx

This article explains why rate limiting is needed for high‑traffic Java services, reviews common throttling techniques such as Hystrix, Sentinel, token‑bucket algorithms, and then provides multiple concrete implementations—including Guava RateLimiter, Redis counters, interceptor configuration, and Tomcat connector settings—complete with code samples.

BackendGuavaJava
0 likes · 11 min read
Implementing Rate Limiting in Java Spring Applications Using Guava, Redis, and Nginx
政采云技术
政采云技术
Oct 12, 2021 · Frontend Development

Debouncing and Throttling: Concepts, Applications, and Implementation Analysis

This article explains the concepts of debouncing and throttling in frontend development, their differences, practical applications, and provides detailed analysis of Lodash's implementation with code examples.

Event HandlingJavaScriptLodash
0 likes · 15 min read
Debouncing and Throttling: Concepts, Applications, and Implementation Analysis
Python Programming Learning Circle
Python Programming Learning Circle
Aug 31, 2018 · Backend Development

Mastering Rate Limiting: Counter, Sliding Window, Leaky Bucket & Token Bucket Explained

This article explains four common rate‑limiting algorithms—fixed‑window counter, sliding window, leaky bucket, and token bucket—detailing how each works, their pseudo‑code implementations, and when to use them to protect high‑traffic systems such as flash‑sale platforms.

algorithmperformancerate limiting
0 likes · 5 min read
Mastering Rate Limiting: Counter, Sliding Window, Leaky Bucket & Token Bucket Explained