Comment Re: Mullenweg unbenches himself :o (Score 1) 34
There's this thing called a reverse caching proxy that websites used to use back in the day to run efficiently on old hardware. This tech still exists and works wonders on such sites.
If you need to run temporary maintenance, you can pretty easily beef up the instance for a few minutes then go back into serving mode. Or throw up a new instance in front of the same backend DB and use that.