> When crashes do occur an engineer needs to spend time to diagnose how it happened and what caused it. Since Pingora's inception we’ve served a few hundred trillion requests and have yet to crash due to our service code. > In fact, Pingora crashes are so rare we usually find unrelated issues when we do encounter one. Recently we discovered a kernel bug soon after our service started crashing. We've also discovered h…
Pingora, the proxy that connects Cloudflare to the Internet
11–20 of 127 posts
Re: Pingora, the proxy that connects Cloudflare to the Internet
#12For any of the Cloudflare team that frequents HN, curious if you have an eventual plan to open-source Pingora? I recognize it may stay proprietary if you consider it to be a differentiator and competitive advantage, but this blog post almost has a tone of "introducing this new technology!" as if it's in the cards for the future.
We are planning on open sourcing it. That's mentioned in the post near the end.
Re: Pingora, the proxy that connects Cloudflare to the Internet
#13Sounds good. I never encountered any performance issues with Cloudflare. If you have the time for enhancement, then: 1. Option to hit the cache before workers. (Why we never use workers). 2. Rules for blocking traffic during nights (time-based rules). 3. Make sure every product is a replacement. If you offer the same thing as a cloud provider. Don’t make us write a lot of custom code.
Re: Pingora, the proxy that connects Cloudflare to the Internet
#14Re: Pingora, the proxy that connects Cloudflare to the Internet
#15Re: Pingora, the proxy that connects Cloudflare to the Internet
#16I wonder how this is deployed to presumably a large number of hosts? Do you build a distribution package out of your Rust build and ship that? If so, what about the Rust standard library? Though I believe some distributions do provide a package for the Rust standard library, but that means one also has to use the packaged rustc/cargo, which tends to lag behind quite a bit.
Re: Pingora, the proxy that connects Cloudflare to the Internet
#17Re: Pingora, the proxy that connects Cloudflare to the Internet
#18Re: Pingora, the proxy that connects Cloudflare to the Internet
#19Sounds good. I never encountered any performance issues with Cloudflare. If you have the time for enhancement, then: 1. Option to hit the cache before workers. (Why we never use workers). 2. Rules for blocking traffic during nights (time-based rules). 3. Make sure every product is a replacement. If you offer the same thing as a cloud provider. Don’t make us write a lot of custom code.
When is night on the internet?
Re: Pingora, the proxy that connects Cloudflare to the Internet
#20Is it open source?