Tag

worker_processes

1 views collected around this technical thread.

Java Tech Enthusiast
Java Tech Enthusiast
Apr 10, 2025 · Backend Development

Understanding Nginx: HTTP Server, Reverse Proxy, and Scalable Architecture

The article shows how adding HTML tags turns a plain‑text file into a web page, explains the need for an HTTP service to serve it, introduces reverse proxies for load‑balancing and address hiding, and outlines Nginx’s event‑driven architecture with master and worker processes, shared memory, proxy cache, multi‑protocol support, configurable modules, and scaling options, while warning of a single‑instance failure and recommending cluster mode.

Load BalancingMaster ProcessNginx
0 likes · 9 min read
Understanding Nginx: HTTP Server, Reverse Proxy, and Scalable Architecture
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Feb 20, 2025 · Backend Development

Five Key Nginx Configuration Tweaks to Boost High‑Concurrency Performance

This article explains five essential Nginx parameters—worker_processes, worker_connections, keepalive_timeout, gzip compression, and file‑caching settings—along with practical examples and code snippets to dramatically improve high‑concurrency handling on servers.

NginxPerformance Tuningcaching
0 likes · 6 min read
Five Key Nginx Configuration Tweaks to Boost High‑Concurrency Performance
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.

Nginxbackend architectureconfiguration reload
0 likes · 15 min read
Understanding the NGINX Process Model and Architecture