May 12, 2023 2:00PM
How Pingora keeps count
Performance
Open Source
Rust
In this blog post, we explain and open source the counting algorithm that powers Pingora. This will be the first of a series of blog posts that share both the Pingora libraries and the ideas behind them...
February 02, 2023 1:32PM
Cloudflare's handling of a bug in interpreting IPv4-mapped IPv6 addresses
Security
Bug Bounty
IPv6
Recently, a vulnerability was reported to our bug bounty about a bug in the way some of our code interprets IPv4 addresses mapped into IPv6 addresses. Read about how Cloudflare addressed this vulnerability and what will prevent similar exploits in the future....
September 14, 2022 2:00PM
How we built Pingora, the proxy that connects Cloudflare to the Internet
Rust
NGINX
Performance
Today we are excited to talk about Pingora, a new HTTP proxy we’ve built in-house using Rust that serves over 1 trillion requests a day...
September 14, 2022 2:00PM
如何構建 Pingora 以將 Cloudflare 連線至網際網路代理
Rust (TW)
NGINX (TW)
效能
繁體中文
今天,我們滿懷欣喜之情來談論 Pingora,這是我們使用 Rust 在內部構建的全新 HTTP 代理程式 ,其平均每天可處理超過 1 萬億個請求...
September 14, 2022 2:00PM
将 Cloudflare 连接到互联网的代理——Pingora 的构建方式
Rust (CN)
NGINX (CN)
性能
简体中文
今天,我们很高兴有机会在此介绍 Pingora,这是我们使用 Rust 在内部构建的新 HTTP 代理,平均每天处理超过 1 万亿个请求...
July 28, 2021 1:59PM
Introducing Smart Edge Revalidation
Impact Week
Cache
Revalidation
Cache-Control
Product News
Edge Computing
When both Last-Modified and Etag headers are absent from the origin response, Smart Edge Revalidation will use the time the object was cached on Cloudflare as the Last-Modified header value. When Cloudflare receives a revalidation request, our edge can respond using the generated header....
July 28, 2021 12:00AM
引入智能边缘重新验证
产品新闻
影响周
今天,我们很高兴地宣布智能边缘重新验证。它旨在确保计算资源在我们的边缘和浏览器之间高效同步。目前,多达 30% 缓存在 Cloudflare 边缘的对象没有重新验证所需的 HTTP 响应标头。这可能会导致不必要的源调用。...
October 26, 2020 4:40PM
Road to gRPC
gRPC
Cloudflare launched support for gRPC during our 2020 Birthday Week. In this post, we’ll do a deep-dive into the technical details of how we implemented support....
October 26, 2020 4:40PM
Der Weg zum gRPC
Deutsch
gRPC (DE)
Während der Geburtstagswoche 2020 hat Cloudflare gRPC®-Unterstützung eingeführt. Wir haben uns über das immense Interesse an der Beta-Version sehr gefreut und möchten allen danken,...
October 26, 2020 4:40PM
gRPC実現への道
gRPC (JP)
日本語
Cloudflareは、2020年のBirthday Week中にgrPC® のサポートを開始しました 。当社は、皆様がベータ版への大きな関心をお寄せくださったことに、身の引き締まる思いです。そして、grPCを適用し、試してくださったすべての方々に感謝申し上げます!この記事では、サポートの実装方法に関する技術的な点について詳しくご説明します。...
October 26, 2020 4:40PM
En route vers gRPC
gRPC (FR)
Français
HTTP2 (FR)
Au cours de notre semaine anniversaire 2020, nous avons lancé la prise en charge de gRPC®. L'immense intérêt suscité par la version bêta nous a touchés, et nous tenons à remercier tous ceux qui ont postulé et testé gRPC !...
March 24, 2020 12:00PM
Why We Started Putting Unpopular Assets in Memory
Cache
Product News
Speed & Reliability
Recently, we developed a technology that reduces our hit tail latency and reduces the wear out of SSDs. This technology is a memory-SSD hybrid storage system that puts unpopular assets in memory....