←back to thread

Tower Defense: Cache Control

(www.jasonthorsness.com)
68 points jasonthorsness | 1 comments | | HN request time: 0.233s | source
Show context
harrall ◴[] No.44007791[source]
Read your CDN docs very carefully on how it processes requests. Make sure that your CDN does request coalescing.

At my previous job, I became responsible for handling >350,000 requests/second and I dug so deep.

replies(1): >>44014256 #
hacb ◴[] No.44014256[source]
\> 350,000 req/s? That's really impressive. May I ask in which area you were working?
replies(1): >>44017365 #
1. harrall ◴[] No.44017365[source]
It was something to do with consumer releases (e.g. product launches) so we had to handle extremely sudden bursts in traffic.

We leveraged the CDN heavily but I had to drill down and dive deep into the specifics of our CDN and our stack. One mistake might mean turning 10,000 into 100,000 requests and over 100 million requests, it would become a big(ger) deal.