Earlier quoted context omitted.
Yeah, so now you're basically running a heavy instance in order to get the network throughput and the RAM, but not really using that much CPU when you could probably handle the encode with the available headroom. Although the article lists TLS handshakes as being a significant source of CPU usage, I must be missing something because I don't see how that is anywhere near the top of the constraints of a system like thi…
Maybe they’re not using keepalives in their clients causing thousands of handshakes per second?
> Disable keep-alive: close the connection immediately after each upload completes.
Very odd idea.