Tagged articles
6 articles
Page 1 of 1
dbaplus Community
dbaplus Community
Jun 18, 2024 · Backend Development

How WeChat Guarantees Real‑Time, Lossless Messaging: Architecture & Sequence Mechanism

The article explains the evolution of WeChat’s message‑sending and receiving architecture, detailing the two‑stage flow from mobile client to server and back, the real‑time delivery and loss‑prevention requirements, and the sequence‑based mechanism that ensures messages are delivered without loss even under weak network conditions.

Messaging ArchitectureReal-time DeliverySequence Mechanism
0 likes · 9 min read
How WeChat Guarantees Real‑Time, Lossless Messaging: Architecture & Sequence Mechanism
Architect
Architect
Apr 11, 2024 · Backend Development

How WeChat Achieves Real‑Time, Lossless Messaging: Architecture Deep Dive

This article dissects WeChat's early message‑sending and receiving architecture, explaining how the system meets real‑time delivery and no‑loss guarantees through a multi‑stage server pipeline, push notifications, and a sequence‑based acknowledgment mechanism, illustrated with concrete flow diagrams and numeric examples.

Backend ArchitectureMessagingReal-time Delivery
0 likes · 11 min read
How WeChat Achieves Real‑Time, Lossless Messaging: Architecture Deep Dive
ITPUB
ITPUB
Apr 1, 2024 · Backend Development

How WeChat Achieved Real‑Time, Lossless Messaging: Inside Its Early Architecture

An in‑depth look at WeChat’s early messaging system reveals how its backend architecture—comprising ConnectSvr, SendSvr, PushSvr, and a sequence‑based loss‑prevention mechanism—ensured near‑real‑time delivery and prevented message loss, even under weak network conditions.

Backend ArchitectureMessagingReal-time Delivery
0 likes · 10 min read
How WeChat Achieved Real‑Time, Lossless Messaging: Inside Its Early Architecture
JD Retail Technology
JD Retail Technology
Nov 16, 2022 · Mobile Development

Switchquery Configuration Platform: Real‑Time Mobile Feature‑Flag Delivery Architecture and Implementation

The article introduces the Switchquery configuration platform, describing its background, technical principles, real‑time delivery mechanism via HTTP header versioning, system architecture, integration steps for Android and iOS, optimization measures, and case studies demonstrating its impact on high‑traffic events.

AndroidReal-time Deliverybackend gateway
0 likes · 14 min read
Switchquery Configuration Platform: Real‑Time Mobile Feature‑Flag Delivery Architecture and Implementation
Meituan Technology Team
Meituan Technology Team
Dec 13, 2018 · Artificial Intelligence

Advances in Machine Learning for Real‑Time Delivery at Meituan

Meituan’s AI‑driven “Superbrain” platform combines real‑time big‑data processing, fine‑grained location perception, high‑precision ETA forecasting, multi‑rider dispatch and dynamic pricing to cut instant food‑delivery times from about an hour to roughly thirty minutes while boosting efficiency, cost savings and user experience.

AIETA predictionLogistics
0 likes · 19 min read
Advances in Machine Learning for Real‑Time Delivery at Meituan
Java High-Performance Architecture
Java High-Performance Architecture
May 25, 2016 · Backend Development

How imgix Scales Real‑Time Image Processing with a Custom Backend Architecture

The article explains how imgix delivers real‑time image manipulation via URL parameters, outlines its evolution from Amazon EC2 to a proprietary processing center using Apple Core Graphics on Mac hardware, and details the backend services, load balancing, logging, and infrastructure that enable processing up to 100,000 images per second.

Backend ArchitectureReal-time Deliverycloud infrastructure
0 likes · 5 min read
How imgix Scales Real‑Time Image Processing with a Custom Backend Architecture