当源代码更改时,Xcache 无法重新加载 php 操作码

发布于 2024-12-27 01:38:37 字数 61 浏览 1 评论 0原文

当 php 源代码发生更改时,Xcache 或其他 php 操作码缓存器可以自动重新加载 php 操作码吗?

Can Xcache or other php opcode cachers auto-reload php opcode when php source code has changed?

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

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

发布评论

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

评论(1

热风软妹 2025-01-03 01:38:37

大多数操作码缓存都有一个配置设置,以确定它们是否应该刷新已更改的脚本的缓存条目。通常,这将被设置为在开发环境中自动发生;但进行检查会产生开销,因此通常在生产环境中禁用它。

xcache有ttl设置,生产环境为0,否则x秒后刷新

xcache.ttl 
    seconds Ttl (Time To Live) value for the php entry (cached opcodes of a file), 0=forever. 

Most opcode caches have a configuration setting to determine whether they should refresh their cached entry for a script that has been changed. Typically this would be set to happen automatically in a development environment; but there's an overhead to doing the check, so it's normally disabled in a production environment.

xcache has the ttl setting, 0 for a production environment, else refresh after x seconds

xcache.ttl 
    seconds Ttl (Time To Live) value for the php entry (cached opcodes of a file), 0=forever. 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文