|
|
|
|
|
by holdupadam
5609 days ago
|
|
I haven't really had to scale a system up like this before. As a freelance web developer moving to a bigger slice? on linode has been good enough for any wordpress blog or simple site. That said, I didn't realize what a massive undertaking it could be like this describes. Anyone had any similar scaling challenges with less conventional web-stacks? Im particular I'm wondering how a node.js/mongodb stack would do this same thing. |
|
There is no blanket answer because applications and workloads differ. E.g. MongoDB has a number of documented issues under high load (esp. high write load), in some scenarios they can be worked around with reasonable trade-offs, in some they can't and Mongo needs to be replaced.
If there's one general thing to say about scaling then that you scale applications, not stacks. The stack will usually change in the process.