pith. machine review for the scientific record. sign in

arxiv: 1903.12221 · v1 · submitted 2019-03-28 · 💻 cs.DC

Recognition: unknown

Mitigating Cold Starts in Serverless Platforms: A Pool-Based Approach

Ping-Min Lin , Alex Glikson

Authors on Pith no claims yet
classification 💻 cs.DC
keywords coldstartsfaaspoolserverlessapproachcontainerselasticity
0
0 comments X
read the original abstract

Rapid adoption of the serverless (or Function-as-a-Service, FaaS) paradigm, pioneered by Amazon with AWS Lambda and followed by numerous commercial offerings and open source projects, introduces new challenges in designing the cloud infrastructure, balancing between performance and cost. While instant per-request elasticity that FaaS platforms typically offer application developers makes it possible to achieve high performance of bursty workloads without over-provisioning, such elasticity often involves extra latency associated with on-demand provisioning of individual runtime containers that serve the functions. This phenomenon is often called cold starts, as opposed to the situation when a function is served by a pre-provisioned "warm" container, ready to serve requests with close to zero overhead. Providers are constantly working on techniques aimed at reducing cold starts. A common approach to reduce cold starts is to maintain a pool of warm containers, in anticipation of future requests. In this report, we address the cold start problem in serverless architectures, specifically under the Knative Serving FaaS platform. We describe our implementation leveraging a pool of function instances, and evaluate the latency compared to the original implementation, resulting in a 85% reduction of P99 response time for a single instance pool.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. ClusterLess: Deadline-Aware Serverless Workflow Orchestration on Federated Edge Clusters

    cs.DC 2026-05 conditional novelty 7.0

    ClusterLess coordinates serverless workflows on federated edge clusters using intra- and inter-cluster layers to cut completion time by up to 40% and raise deadline satisfaction above 90%.