Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在我的服务器上安装了 APC 以提高性能,因为我执行了太多的数据库查询。所以我在 apc_store('example','333',600) 中设置了变量(这应该是 600 秒),我可以看到它偶尔工作。这意味着有时它会,有时它不会向我显示缓存中的文件。我知道了一点,发现这是由于一些 mmap 或 FastCGI(我对那个领域不太熟悉)。如何处理,有什么好处/后果?
谢谢