Tag

Backend Infrastructure

0 views collected around this technical thread.

Architect
Architect
Aug 14, 2023 · Backend Development

Load Balancer vs API Gateway: Functions, Differences, and Application Scenarios

This article explains the roles of load balancers and API gateways, compares their layer focus, features, and performance characteristics, and outlines when to use each technology—especially in micro‑service architectures and high‑throughput network entry points.

API GatewayBackend Infrastructureload balancer
0 likes · 10 min read
Load Balancer vs API Gateway: Functions, Differences, and Application Scenarios
Top Architect
Top Architect
Mar 25, 2021 · Operations

Improving REPL Container Shutdown Performance at Replit

Replit engineers analyzed why container shutdown on preemptible VMs caused REPL sessions to stall for up to a minute, identified Docker's network‑release bottleneck, and implemented a direct SIGKILL workaround that reduced error rates and startup latency dramatically.

Backend InfrastructureContainer ManagementDocker
0 likes · 12 min read
Improving REPL Container Shutdown Performance at Replit
Didi Tech
Didi Tech
Aug 24, 2019 · Backend Development

Levin: Didi's Open‑Source Solution for Fast Loading of Large Static Data

Levin, Didi’s open‑source GitHub project, uses shared‑memory containers and offline‑compiled binary layouts to mmap large, low‑frequency static datasets, cutting service cold‑start times from minutes to seconds, lowering memory overhead, simplifying version switches, and improving stability for high‑scale applications.

Backend InfrastructureLevinoffline compilation
0 likes · 6 min read
Levin: Didi's Open‑Source Solution for Fast Loading of Large Static Data
Didi Tech
Didi Tech
Jan 15, 2019 · Backend Development

DDMQ: Didi's Open‑Source Distributed Message Queue

Didi Mobility has open‑sourced DDMQ, an enterprise‑grade distributed message queue that delivers millisecond‑level latency and millions of messages per second, supports real‑time, delayed and transactional messages via RocketMQ/Kafka and RocksDB, offers multi‑language SDKs, flexible consumption, server‑side filtering, a unified console, and achieves five‑nine availability across Didi’s ride‑hailing, finance and delivery platforms.

Backend InfrastructureDDMQDistributed Messaging
0 likes · 7 min read
DDMQ: Didi's Open‑Source Distributed Message Queue
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Mar 26, 2015 · Operations

Load Balancing Solutions: Nginx, LVS, and HAProxy – Advantages, Disadvantages, and Deployment Stages

This article examines how load‑balancing technologies such as Nginx, LVS, and HAProxy are chosen according to website scale, outlines their respective strengths and weaknesses, and describes typical deployment stages from simple single‑point setups to complex multi‑layer architectures.

Backend InfrastructureHAProxyLVS
0 likes · 13 min read
Load Balancing Solutions: Nginx, LVS, and HAProxy – Advantages, Disadvantages, and Deployment Stages