Tag

system load

0 views collected around this technical thread.

Beike Product & Technology
Beike Product & Technology
Jun 11, 2021 · Backend Development

Impact of System Load on libcurl DNS Resolution and HTTP Timeout

This article investigates how high system load affects libcurl's DNS resolution time and overall HTTP request latency, explains the three timeout error types returned by libcurl, presents experiments comparing host‑based, system‑host, and async‑ares resolution methods, and offers optimization recommendations.

BackendDNSasync-ares
0 likes · 8 min read
Impact of System Load on libcurl DNS Resolution and HTTP Timeout
TAL Education Technology
TAL Education Technology
Jan 14, 2021 · Mobile Development

Asynchronous Loading of Android .so Libraries: Problems, Solutions, and Best Practices

This article examines the challenges of loading large third‑party .so libraries in Android apps, analyzes traditional and advanced asynchronous loading methods, discusses dependency and text‑relocation issues, and presents practical solutions and implementation steps to reduce package size while maintaining stability.

AndroidAsynchronous LoadingMobile Development
0 likes · 8 min read
Asynchronous Loading of Android .so Libraries: Problems, Solutions, and Best Practices
Qunar Tech Salon
Qunar Tech Salon
Jan 4, 2018 · Backend Development

Dynamic Rate Limiting Based on System Load: Principles, Implementation, and Test Results

This article explains how dynamic rate limiting can automatically compute throttling thresholds using system load metrics such as CPU usage, load average, and response time, and demonstrates its effectiveness through real‑world testing on a flight‑price service.

BackendCPUPerformance
0 likes · 9 min read
Dynamic Rate Limiting Based on System Load: Principles, Implementation, and Test Results
Architecture Digest
Architecture Digest
Sep 22, 2017 · Backend Development

Understanding System Load Capacity and Optimization Techniques for High-Concurrency Backend Applications

This article explains how to measure system load capacity using requests per second, identifies key factors such as bandwidth, hardware, Linux limits, and application server configurations, and provides practical optimization tips for Nginx, Tomcat, MySQL, Redis, and load‑balancing architectures.

BackendMySQLPerformance Tuning
0 likes · 20 min read
Understanding System Load Capacity and Optimization Techniques for High-Concurrency Backend Applications