Tagged articles
4 articles
Page 1 of 1
Code Wrench
Code Wrench
Mar 20, 2026 · Cloud Native

Inside Traefik v3: How Its Configuration Watcher, Router, and Concurrency Model Work

This article provides a senior Go engineer’s deep dive into Traefik’s source code, explaining the configuration hot‑reload engine, routing dispatch mechanism, and graceful concurrency model, and shows how to tune the proxy, build custom plugins, and apply the concepts to production‑grade Go services.

Cloud NativeConfiguration ReloadGo
0 likes · 13 min read
Inside Traefik v3: How Its Configuration Watcher, Router, and Concurrency Model Work
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Nov 8, 2025 · Backend Development

How to Hot‑Reload Spring Boot Config Files with Commons‑Configuration

This article demonstrates how to place Spring Boot configuration files outside the jar, use Apache Commons‑Configuration to enable hot reloading with a custom reloading strategy, define a PropertiesConfiguration bean, extend PropertySource, and access updated properties at runtime without restarting the application.

Commons ConfigurationConfiguration ReloadPropertiesConfiguration
0 likes · 7 min read
How to Hot‑Reload Spring Boot Config Files with Commons‑Configuration
Architect
Architect
Jun 26, 2015 · Backend Development

Understanding the NGINX Process Model and Architecture

This article explains how NGINX’s master, worker, cache loader, and cache manager processes cooperate on a multi‑core server, describing the event‑driven state machine, non‑blocking worker design, configuration reloads, and graceful binary upgrades for high‑performance, scalable web serving.

Configuration ReloadProcess Model
0 likes · 15 min read
Understanding the NGINX Process Model and Architecture