SlideShare ist ein Scribd-Unternehmen logo
1 von 23
Everything I Learned About
Scaling Online Games I
Learned at Google and eBay
Randy Shoup 
@randyshoup
linkedin.com/in/randyshoup
Watch the video with slide
synchronization on InfoQ.com!
http://www.infoq.com/presentations
/kixeye-scalability

InfoQ.com: News & Community Site
• 750,000 unique visitors/month
• Published in 4 languages (English, Chinese, Japanese and Brazilian
Portuguese)
• Post content from our QCon conferences
• News 15-20 / week
• Articles 3-4 / week
• Presentations (videos) 12-15 / week
• Interviews 2-3 / week
• Books 1 / month
Presented at QCon San Francisco
www.qconsf.com
Purpose of QCon
- to empower software development by facilitating the spread of
knowledge and innovation
Strategy
- practitioner-driven conference designed for YOU: influencers of
change and innovation in your teams
- speakers and topics driving the evolution and innovation
- connecting and catalyzing the influencers and innovators
Highlights
- attended by more than 12,000 delegates since 2007
- held in 9 cities worldwide
Background
CTO at KIXEYE
•  Making awesome games awesomer (and scalabler
and reliabler)

Director of Engineering for Google App Engine
•  World’s largest Platform-as-a-Service

Chief Engineer at eBay
•  Multiple generations of eBay’s real-time search
infrastructure
Engineering “Fun”
Whole user / player experience
•  Think holistically about the full end-to-end
experience of the user
•  UX, functionality, performance, bugs, etc.

All useful metrics are *proxies* for fun
•  Performance: load time, frame rate, lag
•  Technology: latency, availability
•  Business: acquisition, retention, monetization
Real-Time Strategy Games are …
Real-time
Spiky
Diverse
Constantly evolving
Constantly pushing boundaries

è Technically and operationally demanding
Know Your Requirements
Less is more
•  More wood, fewer arrows
•  Solve 100% of one problem rather than 50% of two
•  Release one great feature instead of two iffy ones

Understand the requirements
• 
• 
• 
• 



e.g., Battle replay
Ephemeral combat
Immutable recording
Manageable storage footprint
Know Your Bottlenecks
Log everything
Monitor relentlessly
Measure bottlenecks and attack the first
•  “When you solve problem one, problem two gets a
promotion”
•  Theory of Constraints: attacking *any* other problem
yields no improvement


Accept that your intuition is WRONG (!)
Know Your Distributions
“Normal” distribution is *not* normal
•  Only works for quantities physically constrained on
both sides, clustered around a mean
•  E.g., adult height or weight

Leads to invalid analysis and conclusions
•  Removing outliers 
•  Ignoring real problems
•  Your (trained) intuition is WRONG (!)
Know Your Distributions
Exponential (“Long Tail”) distribution *much*
more common
•  Income, latency, human connections, etc.
•  Also easy to reason about – only single parameter

Percentiles are your best friends (!)
• 
• 
• 
• 

Reasonably characterize any distribution
Measure 90%ile, 99%ile, 99.9%ile
Focus on the real problems
Mean and Standard Deviation are useless
Layering and Responsibility
Multiple layers
• 
• 
• 
• 

Client
Game server
Services
Persistence

Clarify roles and responsibilities
•  Client- vs. server-authoritative
•  Google service layering (+)
Distribution of Data / Work
Load-balancing (for stateless work)
•  Web servers, proxies
•  Most services


Sharding (for stateful work)
• 
• 
• 
• 

Combat servers
Matchmaking
Leaderboards
Databases
Services
Simple, well-defined interface
Single-purpose
Modular and independent
Small team
Autonomy and responsibility
Component Isolation
Combat server for TOME
•  Highly “twitchy” real-time MOBA combat
•  Very latency-sensitive

Real-time interactions isolated to a single,
ephemeral component
•  No coordination with any central service

Highly dynamic load distribution
•  Router assigns battle to least-loaded server
•  Requires latency-fairness between players
Asynchrony: Do Work Up Front
Custom asset pipeline
•  Spriting, compression, etc


Pre-render “movies” instead of real-time particle
effects

Tons of caching
Asynchrony: Client Liveness
Client continues seamlessly if disconnected
•  Gameplay more important than immediate
synchronization

Event loop for rendering
•  Keep up with the frame rate (!)

Default to background processing
•  Refresh assets
•  Save client state
Asynchrony: Reactive Server
Minimize request latency
•  Respond as rapidly as possible to client
•  Queue events / messages for complex work
•  Service interactions via reliable events

Functional Reactive programming
•  Heavy use of Scala and Akka
•  Never block (!)
•  eBay, Google programming models (-)
Small, Independent Teams
Studio System
•  Full-stack, independent game teams
•  Near-complete autonomy on technology choices,
development processes

Vendor-customer discipline
•  Google service teams (+)

Reduces contention and coherence
Hire and Retain Top People
Hire ‘A’ Players
•  Difference between top and bottom performers is
not 1.5x; it’s 10x (!) 
•  (+) Google hiring process

Virtuous Cycle
•  A players bring A players
•  B players bring C players
•  Constantly raise the bar

Reduces contention and coherence
Play to People’s Strengths
People are not cogs, not fungible
•  (-) eBay “Train seats”
•  Destroyed incentives, personal pride, long-term
ownership

Align work with skills and passion
•  Symphony instead of Factory (!)
•  Skills in Flash, Scala, etc.
•  Build customizability for target developer, not
builder (DSL >> code)
Small Details Matter
In the very large, the very small matters a *lot*
•  Subatomic physics and cosmology
•  eBay and variable-byte encoding (+) 
•  GAE and memcache slab memory allocation (+)

Discipline is *which* details matter
•  Combat server and memory contention
•  40% improvement from six characters …
•  “const ”
Join us!
www.kixeye.com [jobs]
Watch the video with slide synchronization on
InfoQ.com!
http://www.infoq.com/presentations/kixeyescalability

Weitere ähnliche Inhalte

Andere mochten auch

Activitat Boig Per Tu
Activitat Boig Per TuActivitat Boig Per Tu
Activitat Boig Per Tu
Educació
 
Pablo Picasso Jv
Pablo Picasso JvPablo Picasso Jv
Pablo Picasso Jv
Educació
 
Twitter for CS10 @ Berkeley (Spring 2011)
Twitter for CS10 @ Berkeley (Spring 2011)Twitter for CS10 @ Berkeley (Spring 2011)
Twitter for CS10 @ Berkeley (Spring 2011)
Raffi Krikorian
 
Etsy Activity Feeds Architecture
Etsy Activity Feeds ArchitectureEtsy Activity Feeds Architecture
Etsy Activity Feeds Architecture
Dan McKinley
 
Big Data in Real-Time at Twitter
Big Data in Real-Time at TwitterBig Data in Real-Time at Twitter
Big Data in Real-Time at Twitter
nkallen
 

Andere mochten auch (12)

Activitat Boig Per Tu
Activitat Boig Per TuActivitat Boig Per Tu
Activitat Boig Per Tu
 
Hvordan bidrar Feide til økt sikkerhet?
Hvordan bidrar Feide til økt sikkerhet?Hvordan bidrar Feide til økt sikkerhet?
Hvordan bidrar Feide til økt sikkerhet?
 
Pablo Picasso Jv
Pablo Picasso JvPablo Picasso Jv
Pablo Picasso Jv
 
Exemples de bones pràctiques: El nostre APM
Exemples de bones pràctiques: El nostre APMExemples de bones pràctiques: El nostre APM
Exemples de bones pràctiques: El nostre APM
 
Twitter for CS10 @ Berkeley (Spring 2011)
Twitter for CS10 @ Berkeley (Spring 2011)Twitter for CS10 @ Berkeley (Spring 2011)
Twitter for CS10 @ Berkeley (Spring 2011)
 
POAC DAN SWOT ANIMATION
POAC DAN SWOT ANIMATIONPOAC DAN SWOT ANIMATION
POAC DAN SWOT ANIMATION
 
Experience for Everyone?
Experience for Everyone?Experience for Everyone?
Experience for Everyone?
 
Evaluación del aprendizaje: tecnicas
Evaluación del aprendizaje: tecnicasEvaluación del aprendizaje: tecnicas
Evaluación del aprendizaje: tecnicas
 
Interface do Olho - by Alvaro Lourenço
Interface do Olho - by Alvaro LourençoInterface do Olho - by Alvaro Lourenço
Interface do Olho - by Alvaro Lourenço
 
Realidade virtual e o Comportamento Humano - by Taynah Miyagawa
Realidade virtual e o Comportamento Humano -  by Taynah MiyagawaRealidade virtual e o Comportamento Humano -  by Taynah Miyagawa
Realidade virtual e o Comportamento Humano - by Taynah Miyagawa
 
Etsy Activity Feeds Architecture
Etsy Activity Feeds ArchitectureEtsy Activity Feeds Architecture
Etsy Activity Feeds Architecture
 
Big Data in Real-Time at Twitter
Big Data in Real-Time at TwitterBig Data in Real-Time at Twitter
Big Data in Real-Time at Twitter
 

Mehr von C4Media

Mehr von C4Media (20)

Streaming a Million Likes/Second: Real-Time Interactions on Live Video
Streaming a Million Likes/Second: Real-Time Interactions on Live VideoStreaming a Million Likes/Second: Real-Time Interactions on Live Video
Streaming a Million Likes/Second: Real-Time Interactions on Live Video
 
Next Generation Client APIs in Envoy Mobile
Next Generation Client APIs in Envoy MobileNext Generation Client APIs in Envoy Mobile
Next Generation Client APIs in Envoy Mobile
 
Software Teams and Teamwork Trends Report Q1 2020
Software Teams and Teamwork Trends Report Q1 2020Software Teams and Teamwork Trends Report Q1 2020
Software Teams and Teamwork Trends Report Q1 2020
 
Understand the Trade-offs Using Compilers for Java Applications
Understand the Trade-offs Using Compilers for Java ApplicationsUnderstand the Trade-offs Using Compilers for Java Applications
Understand the Trade-offs Using Compilers for Java Applications
 
Kafka Needs No Keeper
Kafka Needs No KeeperKafka Needs No Keeper
Kafka Needs No Keeper
 
High Performing Teams Act Like Owners
High Performing Teams Act Like OwnersHigh Performing Teams Act Like Owners
High Performing Teams Act Like Owners
 
Does Java Need Inline Types? What Project Valhalla Can Bring to Java
Does Java Need Inline Types? What Project Valhalla Can Bring to JavaDoes Java Need Inline Types? What Project Valhalla Can Bring to Java
Does Java Need Inline Types? What Project Valhalla Can Bring to Java
 
Service Meshes- The Ultimate Guide
Service Meshes- The Ultimate GuideService Meshes- The Ultimate Guide
Service Meshes- The Ultimate Guide
 
Shifting Left with Cloud Native CI/CD
Shifting Left with Cloud Native CI/CDShifting Left with Cloud Native CI/CD
Shifting Left with Cloud Native CI/CD
 
CI/CD for Machine Learning
CI/CD for Machine LearningCI/CD for Machine Learning
CI/CD for Machine Learning
 
Fault Tolerance at Speed
Fault Tolerance at SpeedFault Tolerance at Speed
Fault Tolerance at Speed
 
Architectures That Scale Deep - Regaining Control in Deep Systems
Architectures That Scale Deep - Regaining Control in Deep SystemsArchitectures That Scale Deep - Regaining Control in Deep Systems
Architectures That Scale Deep - Regaining Control in Deep Systems
 
ML in the Browser: Interactive Experiences with Tensorflow.js
ML in the Browser: Interactive Experiences with Tensorflow.jsML in the Browser: Interactive Experiences with Tensorflow.js
ML in the Browser: Interactive Experiences with Tensorflow.js
 
Build Your Own WebAssembly Compiler
Build Your Own WebAssembly CompilerBuild Your Own WebAssembly Compiler
Build Your Own WebAssembly Compiler
 
User & Device Identity for Microservices @ Netflix Scale
User & Device Identity for Microservices @ Netflix ScaleUser & Device Identity for Microservices @ Netflix Scale
User & Device Identity for Microservices @ Netflix Scale
 
Scaling Patterns for Netflix's Edge
Scaling Patterns for Netflix's EdgeScaling Patterns for Netflix's Edge
Scaling Patterns for Netflix's Edge
 
Make Your Electron App Feel at Home Everywhere
Make Your Electron App Feel at Home EverywhereMake Your Electron App Feel at Home Everywhere
Make Your Electron App Feel at Home Everywhere
 
The Talk You've Been Await-ing For
The Talk You've Been Await-ing ForThe Talk You've Been Await-ing For
The Talk You've Been Await-ing For
 
Future of Data Engineering
Future of Data EngineeringFuture of Data Engineering
Future of Data Engineering
 
Automated Testing for Terraform, Docker, Packer, Kubernetes, and More
Automated Testing for Terraform, Docker, Packer, Kubernetes, and MoreAutomated Testing for Terraform, Docker, Packer, Kubernetes, and More
Automated Testing for Terraform, Docker, Packer, Kubernetes, and More
 

Kürzlich hochgeladen

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Kürzlich hochgeladen (20)

Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 

Everything I Learned About Scaling Online Games I Learned at Google and eBay: Scalability at KIXEYE

  • 1. Everything I Learned About Scaling Online Games I Learned at Google and eBay Randy Shoup @randyshoup linkedin.com/in/randyshoup
  • 2. Watch the video with slide synchronization on InfoQ.com! http://www.infoq.com/presentations /kixeye-scalability InfoQ.com: News & Community Site • 750,000 unique visitors/month • Published in 4 languages (English, Chinese, Japanese and Brazilian Portuguese) • Post content from our QCon conferences • News 15-20 / week • Articles 3-4 / week • Presentations (videos) 12-15 / week • Interviews 2-3 / week • Books 1 / month
  • 3. Presented at QCon San Francisco www.qconsf.com Purpose of QCon - to empower software development by facilitating the spread of knowledge and innovation Strategy - practitioner-driven conference designed for YOU: influencers of change and innovation in your teams - speakers and topics driving the evolution and innovation - connecting and catalyzing the influencers and innovators Highlights - attended by more than 12,000 delegates since 2007 - held in 9 cities worldwide
  • 4. Background CTO at KIXEYE •  Making awesome games awesomer (and scalabler and reliabler) Director of Engineering for Google App Engine •  World’s largest Platform-as-a-Service Chief Engineer at eBay •  Multiple generations of eBay’s real-time search infrastructure
  • 5. Engineering “Fun” Whole user / player experience •  Think holistically about the full end-to-end experience of the user •  UX, functionality, performance, bugs, etc. All useful metrics are *proxies* for fun •  Performance: load time, frame rate, lag •  Technology: latency, availability •  Business: acquisition, retention, monetization
  • 6. Real-Time Strategy Games are … Real-time Spiky Diverse Constantly evolving Constantly pushing boundaries è Technically and operationally demanding
  • 7. Know Your Requirements Less is more •  More wood, fewer arrows •  Solve 100% of one problem rather than 50% of two •  Release one great feature instead of two iffy ones Understand the requirements •  •  •  •  e.g., Battle replay Ephemeral combat Immutable recording Manageable storage footprint
  • 8. Know Your Bottlenecks Log everything Monitor relentlessly Measure bottlenecks and attack the first •  “When you solve problem one, problem two gets a promotion” •  Theory of Constraints: attacking *any* other problem yields no improvement Accept that your intuition is WRONG (!)
  • 9. Know Your Distributions “Normal” distribution is *not* normal •  Only works for quantities physically constrained on both sides, clustered around a mean •  E.g., adult height or weight Leads to invalid analysis and conclusions •  Removing outliers •  Ignoring real problems •  Your (trained) intuition is WRONG (!)
  • 10. Know Your Distributions Exponential (“Long Tail”) distribution *much* more common •  Income, latency, human connections, etc. •  Also easy to reason about – only single parameter Percentiles are your best friends (!) •  •  •  •  Reasonably characterize any distribution Measure 90%ile, 99%ile, 99.9%ile Focus on the real problems Mean and Standard Deviation are useless
  • 11. Layering and Responsibility Multiple layers •  •  •  •  Client Game server Services Persistence Clarify roles and responsibilities •  Client- vs. server-authoritative •  Google service layering (+)
  • 12. Distribution of Data / Work Load-balancing (for stateless work) •  Web servers, proxies •  Most services Sharding (for stateful work) •  •  •  •  Combat servers Matchmaking Leaderboards Databases
  • 13. Services Simple, well-defined interface Single-purpose Modular and independent Small team Autonomy and responsibility
  • 14. Component Isolation Combat server for TOME •  Highly “twitchy” real-time MOBA combat •  Very latency-sensitive Real-time interactions isolated to a single, ephemeral component •  No coordination with any central service Highly dynamic load distribution •  Router assigns battle to least-loaded server •  Requires latency-fairness between players
  • 15. Asynchrony: Do Work Up Front Custom asset pipeline •  Spriting, compression, etc Pre-render “movies” instead of real-time particle effects Tons of caching
  • 16. Asynchrony: Client Liveness Client continues seamlessly if disconnected •  Gameplay more important than immediate synchronization Event loop for rendering •  Keep up with the frame rate (!) Default to background processing •  Refresh assets •  Save client state
  • 17. Asynchrony: Reactive Server Minimize request latency •  Respond as rapidly as possible to client •  Queue events / messages for complex work •  Service interactions via reliable events Functional Reactive programming •  Heavy use of Scala and Akka •  Never block (!) •  eBay, Google programming models (-)
  • 18. Small, Independent Teams Studio System •  Full-stack, independent game teams •  Near-complete autonomy on technology choices, development processes Vendor-customer discipline •  Google service teams (+) Reduces contention and coherence
  • 19. Hire and Retain Top People Hire ‘A’ Players •  Difference between top and bottom performers is not 1.5x; it’s 10x (!) •  (+) Google hiring process Virtuous Cycle •  A players bring A players •  B players bring C players •  Constantly raise the bar Reduces contention and coherence
  • 20. Play to People’s Strengths People are not cogs, not fungible •  (-) eBay “Train seats” •  Destroyed incentives, personal pride, long-term ownership Align work with skills and passion •  Symphony instead of Factory (!) •  Skills in Flash, Scala, etc. •  Build customizability for target developer, not builder (DSL >> code)
  • 21. Small Details Matter In the very large, the very small matters a *lot* •  Subatomic physics and cosmology •  eBay and variable-byte encoding (+) •  GAE and memcache slab memory allocation (+) Discipline is *which* details matter •  Combat server and memory contention •  40% improvement from six characters … •  “const ”
  • 23. Watch the video with slide synchronization on InfoQ.com! http://www.infoq.com/presentations/kixeyescalability