back

by signa11·18y ago·view on hn ↗
but, can you scale an application without making it reliable ? imho, they are two sides of the same coin.
1 comments
I think you can, if you really want to ;) eg think of "striping" user data and sessions across a farm of servers. You can scale out that way, yet one server goes down and some portion of users are not being serviced.

I guess that is possibly more reliable then you started with, as the rest of the servers are ok, so you are probably right.