Page 1 of 1

Scaling horizontally? Concurrent connections

Posted: 2022-07-27 15:41
by D Oliveira
Hey folks,

I'm just wondering if any of you had reached a limit of concurrent connections in your apps and how you scaled horizontally once scaling vertically stops being a feasible option, I'm assuming the most practical way is to host your db in a separate vps server and leverage load balancer to host multiples apps but I would like to see what else you guys came up with =)