Tag

process model

0 views collected around this technical thread.

Top Architect
Top Architect
Jul 2, 2020 · Backend Development

Understanding Nginx Process Model and High‑Performance Architecture

This article explains Nginx's multi‑process, event‑driven design, its master‑worker model, modular architecture, I/O multiplexing mechanisms such as epoll, and how these factors together enable the server to achieve high performance and support massive concurrent connections.

BackendIO MultiplexingNginx
0 likes · 11 min read
Understanding Nginx Process Model and High‑Performance Architecture
Laravel Tech Community
Laravel Tech Community
Jul 1, 2020 · Backend Development

Understanding Nginx: Process Model, Event Handling, and High‑Performance Architecture

This article explains Nginx’s multi‑process architecture, event‑driven model, module system, HTTP connection workflow, and I/O multiplexing mechanisms such as select, poll, and epoll, illustrating why the server achieves high performance and scalability.

Nginxevent-drivenhigh performance
0 likes · 10 min read
Understanding Nginx: Process Model, Event Handling, and High‑Performance Architecture
Efficient Ops
Efficient Ops
Jan 12, 2020 · Backend Development

How Nginx’s Multi‑Process Architecture Powers High‑Performance Web Serving

This article explains Nginx’s multi‑process model, detailing the roles of master and worker processes, the HTTP connection lifecycle, event‑driven architecture, module types, and performance comparisons with Apache, while also covering I/O models like select, poll, and epoll.

IO MultiplexingNginxbackend development
0 likes · 11 min read
How Nginx’s Multi‑Process Architecture Powers High‑Performance Web Serving
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Oct 18, 2019 · Backend Development

Understanding Nginx Startup Process and Core Design Principles

This article explores Nginx’s elegant architecture, detailing its master‑worker process model, modular design, event‑driven engine, and the step‑by‑step initialization sequence—including command‑line parsing, cycle creation, container setup, configuration parsing, socket inheritance, and listening socket creation—based on version 1.15.8.1.

BackendC++Nginx
0 likes · 25 min read
Understanding Nginx Startup Process and Core Design Principles
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Jun 21, 2019 · Backend Development

Understanding Swoole Server: Fundamentals, Modes, and Request Processing Flow

This article provides a comprehensive overview of Swoole, covering its basic concepts, TCP server implementation, base and process modes, inter‑process communication mechanisms, reactor‑worker interaction, and debugging techniques for building high‑performance PHP network services.

IPCPHPServer Architecture
0 likes · 17 min read
Understanding Swoole Server: Fundamentals, Modes, and Request Processing Flow
360 Quality & Efficiency
360 Quality & Efficiency
Apr 26, 2019 · Backend Development

Understanding Nginx: Features, Proxy Types, Load‑Balancing Algorithms, Process Model, and Request Handling

This article provides a comprehensive overview of Nginx, covering its core functions as an HTTP server and reverse proxy, the differences between forward and reverse proxy, supported load‑balancing algorithms, the master‑worker process architecture, and the detailed steps of how Nginx processes a request.

Load BalancingNginxReverse Proxy
0 likes · 11 min read
Understanding Nginx: Features, Proxy Types, Load‑Balancing Algorithms, Process Model, and Request Handling
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