Chisato · · 4 min read Why Serverless Functions Have Cold Starts
A cold start is the extra latency a serverless function pays when a new execution environment must be provisioned before it can run. Causes and fixes.
Topic
5 posts tagged “Serverless”.
Chisato · · 4 min read A cold start is the extra latency a serverless function pays when a new execution environment must be provisioned before it can run. Causes and fixes.
Chisato · · 4 min read Traditional connection pooling assumes long-lived servers. Serverless functions break that assumption — here's how proxies and edge drivers fix it.
Chisato · · 6 min read Deploy a Hono API on Cloudflare Workers step by step: scaffold the project, add routes, middleware, and KV storage, test locally, and ship it worldwide.
Chisato · · 4 min read Cloudflare's developer platform keeps growing — databases, object storage, and full-stack frameworks at the edge. What it means for how we ship web apps.
The Lycoris Team · · 4 min read Serverless means deploying code without managing servers — the platform scales it and you pay per use. How it works and where it fits.