Tag

module development

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Mar 21, 2019 · Backend Development

Introduction to Nginx: Features, Architecture, and Custom Module Development

This article provides a comprehensive overview of Nginx, covering its origins, core features, source code structure, typical deployment scenarios, internal process model, upstream design, and guidelines for developing custom modules, illustrating each concept with diagrams and examples.

NginxWeb Serverbackend architecture
0 likes · 6 min read
Introduction to Nginx: Features, Architecture, and Custom Module Development
Efficient Ops
Efficient Ops
Aug 12, 2018 · Backend Development

Inside Nginx: How It Starts, Handles Requests, and Key Callbacks Explained

This article provides a comprehensive walkthrough of Nginx’s startup sequence, master‑worker process communication, critical callback configurations, and the detailed flow of HTTP request handling, supplemented with GDB debugging steps and example module development for deeper insight into its modular architecture.

Backend DevelopmentNginxevent-driven architecture
0 likes · 14 min read
Inside Nginx: How It Starts, Handles Requests, and Key Callbacks Explained