←back to thread

261 points tosh | 2 comments | | HN request time: 0s | source
Show context
OptionOfT ◴[] No.42068148[source]
Did they originally NOT run things on the same machine? Otherwise the WebSocket would be local and incur no cost.
replies(4): >>42068249 #>>42068326 #>>42068338 #>>42070889 #
jgauth ◴[] No.42068249[source]
Did you read the article? It is about the CPU cost of using WebSockets to transfer data over loopback.
replies(1): >>42068586 #
1. kunwon1 ◴[] No.42068586[source]
I read the entire article and that wasn't my takeaway. After reading, I assumed that AWS was (somehow) billing for loopback bandwidth, it wasn't apparent (to me) from the article that CPU costs were the sticking point
replies(1): >>42069778 #
2. DrammBA ◴[] No.42069778[source]
> We set a goal for ourselves to cut this CPU requirement in half, and thereby cut our cloud compute bill in half.

From the article intro before they dive into what exactly is using the CPU.