5 ms·
There’s no such thing as stateless, and there’s no such thing as serverless. The universe is a stateful organism in constant flux. Put another way: brushing-i
by stroupwaffle 2y ago
There’s no such thing as stateless, and there’s no such thing as serverless.
The universe is a stateful organism in constant flux.
Put another way: brushing-it-under-the-rug as a service.
- zdragnar 2y agoThere is no spoon. Put it another way: serverless and stateless don't mean what you think they mean.
- MeteorMarc 2y agoI feel clueless
- stroupwaffle 2y agoIt’s not the spoon that bends, it’s the world around it.
- ctxcode 2y agoserverless just means that a hosting company routes your domain to one or more servers that hosting company owns and where they put your code on. And that hosting company can spin up more or less servers based on traffic.. TL;DR; Serverless uses many many servers, just none that you own.
- zdragnar 2y agoMore specifically: no instances that you maintain or manage. You don't care which machine your code runs on, or even if all your code is even on the same machine. Compute availability is lumped into one gigantic pool and all of the concerns below the execution of your code is managed for you.