Tagged articles
3 articles
Page 1 of 1
dbaplus Community
dbaplus Community
Nov 14, 2017 · Cloud Computing

How Google App Engine and AWS Compare as PaaS Solutions for Game Developers

This article examines the concepts, strengths, and limitations of Google App Engine and Amazon AWS as Platform‑as‑a‑Service offerings, focusing on their application scenarios, development support, operations management, and associated services, and draws conclusions for game server development.

AWSGame DevelopmentGoogle App Engine
0 likes · 22 min read
How Google App Engine and AWS Compare as PaaS Solutions for Game Developers
Efficient Ops
Efficient Ops
Mar 26, 2017 · Operations

How Google Scales App Engine: Lessons in Cloud Scalability and SRE

The article shares Google SRE veteran Minghua Ye’s insights on App Engine’s evolution, emphasizing the critical role of automatic scalability, distributed locks, service discovery, load balancing, and open‑source tools like gRPC, Protobuf, gflags, glog, and Googletest in building reliable, high‑traffic cloud services.

Distributed SystemsGoogle App EngineProtobuf
0 likes · 12 min read
How Google Scales App Engine: Lessons in Cloud Scalability and SRE
Architect
Architect
Jul 25, 2015 · Cloud Computing

Design Principles and Components of Google App Engine

This article explains Google App Engine's core design philosophies—including reuse of Google technologies, statelessness, hard limits, Protocol Buffers for service heterogeneity, and distributed storage—then details its front‑end, Datastore, service group, language‑specific implementations, and a typical HTTP request flow.

Distributed DatastoreGoogle App EngineProtocol Buffers
0 likes · 6 min read
Design Principles and Components of Google App Engine