Click here to Skip to main content
15,886,963 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What the heck does "serverless" mean? Pin
Jeremy Falcon8-Nov-23 5:05
professionalJeremy Falcon8-Nov-23 5:05 
AnswerRe: What the heck does "serverless" mean? Pin
Greg Utas8-Nov-23 4:53
professionalGreg Utas8-Nov-23 4:53 
GeneralRe: What the heck does "serverless" mean? Pin
Jeremy Falcon8-Nov-23 5:04
professionalJeremy Falcon8-Nov-23 5:04 
AnswerRe: What the heck does "serverless" mean? Pin
Mike Hankey8-Nov-23 5:37
mveMike Hankey8-Nov-23 5:37 
AnswerRe: What the heck does "serverless" mean? Pin
Gerry Schmitz8-Nov-23 5:54
mveGerry Schmitz8-Nov-23 5:54 
GeneralRe: What the heck does "serverless" mean? Pin
honey the codewitch8-Nov-23 5:59
mvahoney the codewitch8-Nov-23 5:59 
GeneralRe: What the heck does "serverless" mean? Pin
Gerry Schmitz9-Nov-23 8:49
mveGerry Schmitz9-Nov-23 8:49 
AnswerRe: What the heck does "serverless" mean? Pin
jschell8-Nov-23 6:40
jschell8-Nov-23 6:40 
It doesn't run in the browser.


Distributed model

Client - API Server - Other services (database, etc)

Hardware model for the above

Client PC - Business PC - Services PC

Serverless

Client PC - Containerized App - Services PC

---------------------------------

For the standard model if your business gets busy you must increase the number of Business PC instances using some method (manual or dynamic modeled by you). Note that you can do dynamic sizing at least in AWS.

For serverless (ones I have seen) the midlevel is expanded automatically on demand without any need for you to determine that (basically - naturally there are management tools.)

---------------------------------
There is more overhead with starting up a new Cloud PC than with a serverless container.

Myself I would not trust it cost less except for immediate surge handling. Dynamic sizing as long as there is no immediate demand would probably cost less but one must then manage the dynamic modeling which is not very easy.

---------------------------------
Serveless has the problem that it is stateless. So for example if you want to cache database results you would then need yet another Services PC to do that.

Additionally surges might grow so big that it overwhelms the Services level. But that can happen with the Business level also without serverless.

It cannot be used for everything that you might normally put into the Business level. There are limits (at least in AWS). Again some of that might be reflected in real business needs to do it that way but could also just be poor design (but refactoring is often not an option.)
AnswerRe: What the heck does "serverless" mean? Pin
TNCaver8-Nov-23 10:30
TNCaver8-Nov-23 10:30 
AnswerRe: What the heck does "serverless" mean? Pin
TNCaver9-Nov-23 4:53
TNCaver9-Nov-23 4:53 
GeneralRe: What the heck does "serverless" mean? Pin
honey the codewitch9-Nov-23 4:56
mvahoney the codewitch9-Nov-23 4:56 
AnswerRe: What the heck does "serverless" mean? Pin
Rage9-Nov-23 6:35
professionalRage9-Nov-23 6:35 
AnswerRe: What the heck does "serverless" mean? Pin
englebart12-Nov-23 5:57
professionalenglebart12-Nov-23 5:57 
GeneralHappy Birthday Sander! PinPopular
OriginalGriff7-Nov-23 19:03
mveOriginalGriff7-Nov-23 19:03 
GeneralRe: Happy Birthday Sander! Pin
CPallini8-Nov-23 0:22
mveCPallini8-Nov-23 0:22 
GeneralRe: Happy Birthday Sander! Pin
Jeremy Falcon8-Nov-23 2:42
professionalJeremy Falcon8-Nov-23 2:42 
GeneralRe: Happy Birthday Sander! Pin
theoldfool8-Nov-23 2:43
professionaltheoldfool8-Nov-23 2:43 
GeneralRe: Happy Birthday Sander! Pin
dandy728-Nov-23 4:21
dandy728-Nov-23 4:21 
JokeRe: Happy Birthday Sander! Pin
Daniel Pfeffer8-Nov-23 7:24
professionalDaniel Pfeffer8-Nov-23 7:24 
GeneralRe: Happy Birthday Sander! Pin
fgs19638-Nov-23 7:47
fgs19638-Nov-23 7:47 
GeneralRe: Happy Birthday Sander! Pin
Daniel Pfeffer8-Nov-23 21:18
professionalDaniel Pfeffer8-Nov-23 21:18 
GeneralRe: Happy Birthday Sander! Pin
dandy729-Nov-23 4:12
dandy729-Nov-23 4:12 
GeneralRe: Happy Birthday Sander! Pin
FreedMalloc8-Nov-23 4:52
FreedMalloc8-Nov-23 4:52 
GeneralRe: Happy Birthday Sander! Pin
Nelek8-Nov-23 9:13
protectorNelek8-Nov-23 9:13 
GeneralRe: Happy Birthday Sander! Pin
Sander Rossel8-Nov-23 22:51
professionalSander Rossel8-Nov-23 22:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.