Pingora, the proxy that connects Cloudflare to the Internet
blog.cloudflare.com
Pingora, the proxy that connects Cloudflare to the Internet
1–10 of 127 posts
Re: Pingora, the proxy that connects Cloudflare to the Internet
#2Re: Pingora, the proxy that connects Cloudflare to the Internet
#3For 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.
Re: Pingora, the proxy that connects Cloudflare to the Internet
#4For 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
#5Re: Pingora, the proxy that connects Cloudflare to the Internet
#6> 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 hardware issues on a few machines, in the past ruling out rare memory bugs caused by our software even after significant debugging was nearly impossible.
That's quite the endorsement of Rust. A lot of people focus on the fact that Rust can't absolutely guarantee freedom from crashes and memory safety issues. Which I think misses the point that this kind of experience of running high traffic Rust services in production for months almost without a single issue is common in practice.
Re: Pingora, the proxy that connects Cloudflare to the Internet
#7Re: Pingora, the proxy that connects Cloudflare to the Internet
#8Re: Pingora, the proxy that connects Cloudflare to the Internet
#9If 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
#10Sounds 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.