Tag

stateful

0 views collected around this technical thread.

Top Architect
Top Architect
Dec 18, 2023 · Backend Development

Why Microservices May Not Be Suitable for Real-Time Game Servers

A senior architect discusses the challenges of applying microservice architecture to real‑time game servers, highlighting latency, stateful processing, and network overhead, and shares multiple expert opinions on when microservices are appropriate versus when monolithic designs are preferable for high‑performance gaming.

Microservicesbackend architecturegame development
0 likes · 9 min read
Why Microservices May Not Be Suitable for Real-Time Game Servers
Code Ape Tech Column
Code Ape Tech Column
Nov 24, 2022 · Game Development

Why Game Server Developers Are Reluctant to Adopt Microservices

Game server developers often avoid microservice architectures because real‑time performance, low latency, and stateful in‑memory processing are critical, and the added network overhead, stateless constraints, and complexity of service meshes can degrade gameplay, making monolithic or tightly‑coupled designs more suitable for fast-paced multiplayer games.

MicroservicesServer Architecturegame development
0 likes · 8 min read
Why Game Server Developers Are Reluctant to Adopt Microservices
Architecture Digest
Architecture Digest
Sep 6, 2020 · Game Development

Why Game Servers Are Reluctant to Adopt Microservices Architecture

The article explains that game servers, especially real‑time multiplayer titles, avoid microservices because the added network overhead, stateful communication requirements, and strict latency constraints make monolithic or tightly coupled designs more suitable for high‑performance gameplay.

Microservicesarchitecturegame server
0 likes · 8 min read
Why Game Servers Are Reluctant to Adopt Microservices Architecture
Qunar Tech Salon
Qunar Tech Salon
Apr 22, 2020 · Backend Development

Optimizing Hotel Pricing Service: Removing the Stateful Architecture of the Sort Interface

This article presents a detailed case study of a hotel pricing system’s stateful Sort interface, analyzes its drawbacks, and describes a comprehensive plan to replace it with a stateless, memory‑based architecture that improves performance, reduces server count, and lowers operational complexity.

Backendarchitecturehotel
0 likes · 13 min read
Optimizing Hotel Pricing Service: Removing the Stateful Architecture of the Sort Interface