Tagged articles

Dynamic Thread Pool

5 articles · Page 1 of 1
JD Tech
JD Tech
Sep 9, 2024 · Backend Development

JADE Dynamic Thread Pool Integration and Visualization Platform Practice

This article explains how to integrate JD's JADE dynamic thread‑pool component with the Wanxiang visualization platform, covering Maven dependencies, configuration files, Spring bean setup, thread‑pool creation, runtime monitoring, underlying source‑code principles, and common pitfalls for stable backend services.

ConfigurationDynamic Thread PoolJADE
0 likes · 20 min read
JADE Dynamic Thread Pool Integration and Visualization Platform Practice
Programmer XiaoFu
Programmer XiaoFu
Sep 2, 2024 · Backend Development

Designing a Dynamic Thread Pool for a Meituan Interview: Concepts and Implementation

The article explains what a dynamic thread pool is, why static pools are problematic, how to modify core parameters such as corePoolSize, maximumPoolSize, and workQueue at runtime, and provides code examples for monitoring, exposing metrics via Spring Boot Actuator, and integrating with Prometheus‑Grafana, while also listing open‑source implementations like Hippo4j and Dynamic TP.

Dynamic Thread PoolGrafanaOpen-source
0 likes · 13 min read
Designing a Dynamic Thread Pool for a Meituan Interview: Concepts and Implementation
Java High-Performance Architecture
Java High-Performance Architecture
Oct 22, 2023 · Backend Development

How DynamicTp Turns Java ThreadPoolExecutor into a Real‑Time, Configurable Powerhouse

This article introduces DynamicTp, a Java framework that extends ThreadPoolExecutor with dynamic configuration, real‑time monitoring, and alerting, enabling developers to adjust thread‑pool parameters on the fly, integrate with popular configuration centers, and achieve high‑availability and scalability in microservice environments.

Dynamic Thread PoolDynamicTpThreadPoolExecutor
0 likes · 12 min read
How DynamicTp Turns Java ThreadPoolExecutor into a Real‑Time, Configurable Powerhouse
Programmer DD
Programmer DD
Apr 11, 2022 · Backend Development

Unlock Dynamic Thread Pool Management with Hippo4J: Features, Modes, and Benefits

This article introduces Hippo4J, a Java dynamic thread‑pool solution inspired by Meituan's design, detailing its web‑based parameter tuning, monitoring, alerting capabilities, two deployment modes (lightweight with config‑center and standalone server), and the operational advantages it brings to developers and operators.

AlertingBackend DevelopmentDynamic Thread Pool
0 likes · 5 min read
Unlock Dynamic Thread Pool Management with Hippo4J: Features, Modes, and Benefits