# CloudFlare가 Workers의 콜드 스타트 시간을 0으로 만든 방법

> Clean Markdown view of GeekNews topic #2567. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2567](https://news.hada.io/topic?id=2567)
- GeekNews Markdown: [https://news.hada.io/topic/2567.md](https://news.hada.io/topic/2567.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-07-31T12:17:21+09:00
- Updated: 2020-07-31T12:17:21+09:00
- Original source: [blog.cloudflare.com](https://blog.cloudflare.com/eliminating-cold-starts-with-cloudflare-workers/)
- Points: 10
- Comments: 2

## Topic Body

- TLS 첫 네고시에이션 패킷인 ClientHello를 받을때 WarmUp 시작

- Worker 로딩시간이 5ms 밖에 되지 않아서, 클라이언트와 클라우드플레어간 레이턴시 보다도 작으므로 Cold Start Zero를 달성

- 현재는 도메인 Root에 디플로이된 Worker에만 가능. 차후에 하부경로에 대해서도 최적화 예정

## Comments



### Comment 2470

- Author: galadbran
- Created: 2020-08-01T20:14:18+09:00
- Points: 2

아니 콜드 스타트가 20초씩 걸리는 환경들이 엄청많은데 tls 를 이용한 것은 둘째치고 기본적으로 워커 로딩이 5밀리초라는게 더 놀라운데요...

### Comment 2467

- Author: xguru
- Created: 2020-07-31T12:17:41+09:00
- Points: 1

CloudFlare, Workers Unbound 서버리스 베타 시작 https://news.hada.io/topic?id=2543

이 기사 소개하면서 콜드 스타트 0 라고 하길래 정말 저게 가능한가 싶었는데 딱 궁금증을 해결해주네요.
