PHP缓存加速器 Alternative PHP Cache (APC)

码农软件 · 软件分类 · 缓存系统 · 2019-08-30 17:29:18

软件介绍

Alternative PHP Cache 中文全称是“可选PHP缓存”,是PECL的一个组件,可以用于缓存和优化Web服务器上的PHP代码,改善服务器性能。可以脱离PECL单独安装,能通过phpinfo()查看是否安装正确。其实现原理是缓存opcode的php中间码,有消息说将会被默认包含在php6版本的内核。Facebook(这个网站是地球上不存在的)就使用了APC作为加速引擎。

因为pecl4win.php.net已经停止运行,所以Windows用户可以从http://downloads.php.net/pierre/下载dll编译版的apc。不过据说在Windows下微软官方的WinCache性能更好,所以还是只推荐在Linux平台下使用APC。

本文地址:https://codercto.com/soft/d/13514.html

On LISP

On LISP

Paul Graham / Prentice Hall / 09 September, 1993 / $52.00

On Lisp is a comprehensive study of advanced Lisp techniques, with bottom-up programming as the unifying theme. It gives the first complete description of macros and macro applications. The book also ......一起来看看 《On LISP》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

MD5 加密
MD5 加密

MD5 加密工具

html转js在线工具
html转js在线工具

html转js在线工具