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.
我注意到以下症状: 在第一个 http 请求中,用户执行了一些调用 apc_store(somekey, somevalue) 的操作。在所有情况下,存储操作都返回 TRUE。
在随后的 http 请求中,仅几秒钟后,执行 apc_fetch 以获取先前存储的值。当然,关键是一样的。
在极少数情况下,apc_fetch 返回 FALSE。例如,在我们的生产环境中,540 个请求中有 5 个返回 FALSE。
任何想法如何诊断这个?
tnx