php apc模块
作者: 唐布拉草原 日期: 2007-06-29 12:14
APC will probably be 20-30% faster, but if you are writing to it frequently it can cause problems. The APC cache is best for things that change very rarely. And by very rarely I mean days, not hours or minutes.
Because of the way APC does an anonymous file-backed mmap where I unlink the file at startup to get process-death protection, it isn’t easy to get at the cache from a separate standalone command line script. That can be solved by mmap’ing slightly differently, but in the default config your approach won’t work.
-Rasmus
作者的英文说明,下面是我 用GOOGLE 在线翻译的内容,虽然乱七八糟,但是可以知道个大概
装甲运兵车可能会20-30%更快,但如果你是写作它常常能引起问题. 装甲运兵缓存是最好的事情,变化很少. 以及很少,我指天,而不是几小时或几分钟. 因为这样的装甲运兵车是一个匿名文件背靠mmap那里我的unlink文件在启动时获得过程中死亡 保护,它是不容易看缓存由一个单独的独立的命令行脚本. 可以解决的mmap'ing略有不同,但在默认配置你的办法行不通. - rasmus
评论: 0 |
引用: 25 |
阅读: 508
发表评论
订阅
上一篇
返回
下一篇
标签:


php+iis 的最简洁安装方法 (2008-06-28 15:18)
PHP5时间不正确解决方法 (2008-06-25 15:24)
php时间截取,时间判断函数,不同时间显示不同提示 (2008-03-29 18:33)
PHP的日期时间函数date()使用 (2008-03-29 17:17)
解决MYSQL字符乱码,将字符转换为 UTF-8,gbk (2008-03-18 11:24)
PHP视频教程下载 (2008-03-14 19:24)
这几天一直沉浸在修改那个小插件中 (2008-03-07 09:10)
php正则表达式大全,正则表达式写法 (2008-03-06 17:53)
Apache 2.2.4 + PHP 5.2.0 + MySQL 5.0.27 + Zend Optimizer 3.2.0环境详细配置说明 (2008-03-06 10:59)