PHP-XCache 将数据保存在哪里?

发布于 2024-11-30 03:08:56 字数 162 浏览 4 评论 0原文

我最近安装了 PHP-XCache 并进行了设置。我还可以在管理面板中看到缓存的文件。

但我不明白的是,它把所有数据保存在哪里?
它是存储在特定位置还是存储在apache进程内存中,如果存储在apache内存中,为什么不需要为每个进程重新编译?

请帮我理解这个!

I've recently installed PHP-XCache and set it up. I can also see files being cached in the admin panel.

But something I do not understand is, where does it save all the data?
Is it stored in a specific location or is it stored in an apache processes memory, if its stored in apaches memory, why does it not need to recompile for every process?

Please help me understand this one!

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

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

发布评论

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

评论(2

不及他 2024-12-07 03:08:56

PHP 操作码加速器保存到共享内存。共享内存可以被所有进程访问。

PHP opcode accelerators save to shared memory. Shared memory can be accessed by all processes.

羅雙樹 2024-12-07 03:08:56

如果您想知道的话,它会缓存在内存中,并且无法更改为硬盘驱动器上的某个位置。下面的链接有更多信息。

链接:http://forum.lighttpd.net/topic/100804

It is cached in the memory, and it can't be changed to a place on the hard drive, if you were wondering. There's more info at the link below.

Link: http://forum.lighttpd.net/topic/100804

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