This document summarizes the architecture of a social networking platform handling high loads of 2.8 million users. It discusses how the load is balanced across 3 data centers with 2400 servers. It describes the multi-layer architecture including web servers, application servers, business services, caches, and SQL and NoSQL databases. It also discusses strategies for ensuring high performance and reliability under heavy loads, including handling garbage collection pauses, database partitioning, and using gatekeepers to control new features.