PHP 在 JVM 上真的更快吗?

发布于 2024-07-10 16:38:13 字数 94 浏览 6 评论 0原文

最近我听到很多人都在宣扬 PHP 使用 Resin 实际上比使用 mod_php 快得多,但我在任何地方都找不到任何基准。

这是真的还是只是供应商的BS?

Lately I've been hearing a lot of people evangelizing that PHP with Resin is actually much faster than with mod_php, but I cannot find any benchmark anywhere.

Is it true or just vendor BS?

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

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

发布评论

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

评论(1

暗喜 2024-07-17 16:38:13

InfoQ 有 这段视频演示,来自 2008 年 JVM 语言峰会,主题是“P8,一个涵盖的主题包括将 PHP 引入 JVM 的原因、PHP 和 P8 概述……”

据我所知,性能是峰会上讨论最多的一个话题,但是我还没有时间看完这个演示。 然而,我毫不犹豫地相信,将 PHP 源代码编译成 JVM 字节码,然后在热点 JVM 上运行将优于纯粹基于解释的实现。

InfoQ has this video presentation from the 2008 JVM Language Summit on "P8, an implementation of PHP on the JVM. Topics covered include the reasons for bringing PHP to the JVM, an overview of PHP and P8 ..."

From what I've heard so far, performance was a topic of much discussion at the Summit, but I haven't had time to get through this presentation yet. However, I don't have any trouble believing that PHP source compiled into JVM bytecode and then run on a hot-spotting JVM would outperform a pure interpretation-based implementation.

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