HTTP中介体的请求处理模型

发布于 2024-12-05 16:57:00 字数 182 浏览 2 评论 0原文

有谁知道常见 HTTP 中介(缓存)的概述或比较表,例如 Squid、Varnish、TrafficServer...?

我正在特别寻找有关他们的请求处理方法(同步与异步、多进程、多线程等)的信息

(我正在研究有关 ESI 的选项。我的 ESI 方法可能涉及执行大量数据)请求处理期间的逻辑)

Jan

Does anyone know of an overview or comparision table of the common HTTP intermediaries (caches) such as Squid, Varnish, TrafficServer,...?

I am looking in particular for information about their request handling approach (sync vs async, multi-process, multi-threaded etc.)

(I am investigating options I have with regards to ESI. Where my ESI-approach might involve executing a substantial amount of logic during request handling)

Jan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

仙女山的月亮 2024-12-12 16:57:00

到目前为止,我读到的最大的抱怨之一是 Varnish 按顺序处理(替换)(缓存的)响应的 ESI 部分。我不知道并发处理实现,但看到解决方案的比较会很有趣。

One of the big complaints I've read so far is that Varnish processes (replaces) the ESI parts of a (cached) response sequentially. I'm not aware of a concurrent processing implementation, but it would be interesting to see a comparison of the solutions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文