paint-brush
How to Solve the Problem of Cold Starts in 'Serverless' Systemsby@taavi-rehemagi
1,676 reads
1,676 reads

How to Solve the Problem of Cold Starts in 'Serverless' Systems

by Taavi Rehemägi7mAugust 12th, 2021
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

A serverless function is served by one or multiple micro-containers. When a request comes in, our function will check whether there is a container already running to serve the invocation. If there isn't a container readily available, the function will spin up a new one and this is what we call a "cold start" When a cold start is invoked, the request will take additional time to be completed. That's the problem with cold starts: they make our application respond slower. In the "instant-age" of the 21st century, this could be a big problem.

People Mentioned

Mention Thumbnail

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - How to Solve the Problem of Cold Starts in 'Serverless' Systems
Taavi Rehemägi HackerNoon profile picture
Taavi Rehemägi

Taavi Rehemägi

@taavi-rehemagi

CEO of Dashbird. 13y experience as a software developer & 5y of building Serverless applications.

Learn More
LEARN MORE ABOUT @TAAVI-REHEMAGI'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Taavi Rehemägi HackerNoon profile picture
Taavi Rehemägi@taavi-rehemagi
CEO of Dashbird. 13y experience as a software developer & 5y of building Serverless applications.

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite