Anyone successfully serving high traffic with PHP 5.4.4 and APC 3.1.10? [closed]

匆匆过客 提交于 2019-12-03 04:22:28

No. Tried it on a high-traffic site already. Segfaults badly on 3.1.10 about 75% of the time or more due to string corruption. The trunk version (as of 6/27/2012) is somewhat better but still too unstable for us for production.

See: https://bugs.php.net/bug.php?id=62442

bokan

First : give APC lot of memory.

Check my answer there to know how to configure APC What is causing "Unable to allocate memory for pool" in PHP?

As you said, 5000 to 9000 hits/s is not very reliable information, it depends on what is running. Magento uses 10k files and generate lot of hits for one page view.

Best optimizations are on architecture level. Consider using reverse proxy and application cache for your website.

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