Serverless
Look inside
Servers
@vaporeon_ i was so confused when clodboy was doing a coding bootcamp and he mentioned offhand they were learning how to deploy a web application using a “serverless” architecture
@aescling Sorry, I am too asleep to remember what exactly serverless was, is that when they spin up extra servers on demand when the load gets too big for one server to handle?
@vaporeon_ yes. but also, if there is no load at all, no servers are being spun up at all
@vaporeon_ in between those requests there are periods of no load
@vaporeon_ i have to imagine there are latency purroblems with this kind of architecture