Tag: leaderboard
All the articles with the tag "leaderboard".
-
Breaking the 28k SSE Connection Limit (and Scaling Toward 1M)
Updated: at 05:30 AMWhy my Go leaderboard's capped at exactly 28,232 SSE connections, how Docker networking got me to 150k, and the path toward millions.
-
Building a scalable real time leaderboard
Updated: at 10:42 PMDescribing my journey of building the leaderboard, what I learnt, what issues I faced, and some design decisions (which will be elaborated on later).
-
Backpressure in Distributed Systems
Updated: at 05:30 AMUnderstanding what it is, how to deal with it, where it's used and how I handled it in the real time leaderboard.
-
Broadcasting to 28K SSE Clients (and learning about Go channels)
Updated: at 05:30 AMA post on progressively getting my server to 28k SSE connections, finding a bug in my implementation of fan out using Go channels and the resulting mental model update.
-
How I Shrunk My Docker Image size by 48x (and Cut Build Time in Half)
Updated: at 10:55 PMHow to optimize (and benchmark) docker image builds for build time and image size.
-
Scaling Server Sent Events - Intro to SSE and scaling guide
Updated: at 12:31 PMUnderstanding SSE and it's use cases, advantages over other realtime protocols, how to deploy it at scale.