We run multi-user operating systems on computers with MMUs, then we run web apps and databases on top of them that just throw that all away and process all requests in a single memory space. Then we cache everything in a memory-based key-value store with a single keyspace. All in the name of eking as much performance as possible out of our servers.
And then we wonder why we're constantly getting pwned.