←back to thread

Use One Big Server (2022)

(specbranch.com)
343 points antov825 | 3 comments | | HN request time: 0.464s | source
1. suriya-ganesh ◴[] No.45091331[source]
Being a big server proponent myself. Usually for one reason or the other there is need to introduce some socket style communication to the frontend and that becomes impossible in a single machine after a certain threshold.

Is there something obvious that I'm missing?

replies(2): >>45091383 #>>45093611 #
2. MitPitt ◴[] No.45091383[source]
Load Balancing, Redundancy and Fail-Over
3. winrid ◴[] No.45093611[source]
I've had 100k+ users connected to mid range linode boxes. Do you have that many?

Even still at that point you just round robin to a set of big machines. Easy