Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Essay Final Submission: Serverless and the Cold Start Problem #1904

Merged
merged 7 commits into from
May 6, 2022
Merged

Essay Final Submission: Serverless and the Cold Start Problem #1904

merged 7 commits into from
May 6, 2022

Conversation

bencivjan
Copy link

Assignment Proposal

Title

The Cold Start Problem: How container lifecycle influences serverless functions

Names and KTH ID

Deadline

Deadline task 3

Category

Essay

Description

When working with the servless computing model a common problem that developers face is the cold start problem. This occurs when your preferred cloud provider needs to start your runtime container because an inactive function was called. This is highly correlated with the Docker lifecycle because it is entirely based on container startup cost, the cost of keeping a container running, and the trade offs between pausing or killing a running container (i.e Docker lifecycle).

@cesarsotovalero cesarsotovalero self-requested a review May 6, 2022 12:31
@cesarsotovalero cesarsotovalero self-assigned this May 6, 2022
@cesarsotovalero cesarsotovalero added the final_submission The final submission of a task label May 6, 2022
@cesarsotovalero cesarsotovalero merged commit 6df1efa into KTH:2022 May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
final_submission The final submission of a task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants