Tag

request routing

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
Feb 18, 2025 · Operations

Mastering Nginx: How Location Matching Order Impacts Performance

Understanding Nginx's location matching order is essential for efficient request handling, and this guide explains exact, longest-string, regex, prefix, and default matches with code examples and best-practice recommendations to optimize performance and reliability of your web server.

PerformanceWeb Serverlocation
0 likes · 6 min read
Mastering Nginx: How Location Matching Order Impacts Performance
IT Architects Alliance
IT Architects Alliance
Sep 14, 2021 · Backend Development

Design and Implementation of a Reactive API Gateway Based on RxNetty

This article details the architecture, core functions, and implementation techniques of a reactive API gateway built with RxNetty, covering request dispatch, conditional routing, API management, rate limiting, security policies, monitoring, and future optimization directions within a microservices environment.

API gatewayRxNettymicroservices
0 likes · 11 min read
Design and Implementation of a Reactive API Gateway Based on RxNetty
Top Architect
Top Architect
Jul 7, 2021 · Backend Development

Design and Implementation of a High‑Concurrency API Gateway

This article details the architecture and implementation of a high‑concurrency API gateway built on RxNetty, covering request routing, conditional routing, API management, rate limiting, circuit breaking, security policies, monitoring, tracing, and future enhancements within a microservices environment.

API gatewaybackend developmentmicroservices
0 likes · 11 min read
Design and Implementation of a High‑Concurrency API Gateway