APC on windows iis 7.0 unstable

非 Y 不嫁゛ 提交于 2019-12-02 06:39:01

I don't think it's a problem with your APC configuration per se, but more likely a problem with the way that file locking is handled on Windows. I looked up the apc_fcntl_lock in the APC source code, and it's pretty straightforward and hasn't been changed for months.

If you're only running one worker process, you might try setting apc.write_lock = 0 and see if that helps.

Otherwise, you might try an older version of PHP (or either 5.3.7RC3) in case the problem is with the way APC is interacting with PHP (probably unlikely, though).

Finally, if that doesn't work, maybe try a different opcode cache; xcache for instance.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!