PHP OPCode緩衝 APC詳細介紹

來源:互聯網
上載者:User

APC的介紹

The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.

APC官方網站:http://www.php.net/manual/en/book.apc.php

WIN下最新版本的:http://downloads.php.net/pierre/

下載串連:http://downloads.php.net/pierre/php_apc-3.1.4-5.3-VC6-x86.zip 根據自己的PHP編譯版本使用相對應的DLL

APC配置

APC配置主要講解在WIN下的配置,類linux下的配置網上文章比較多

1.下載php_apc.dll 到PHP的ext目錄下

2.修改php.ini 添加extension=php_apc.dll

在php.ini尾部添加配置項

; APC Setting
[APC]
;開啟stat會報錯
;apc.stat=0
apc.enabled=”1″
apc.shm_segments=”1″
;這裡的問題,這裡修改了預設記憶體配置WIN7下出錯,不知道大家遇到沒的?
;apc.shm_size=”128″
; apc.ttl=7200
; apc.user_ttl=7200
; 修正參數
apc.ttl=”300″
apc.user_ttl=”300″
apc.num_files_hint=”1024″
apc.mmap_file_mask=”E:/Wamp/tmp/apc.XXXXXX”
apc.enable_cli=”1″

3.重新啟動apache伺服器,查看phpinfo中是否有apc的設定項目,有的話就配置成功了.

APC控制台,控制檔案來自APC-3.1.4.tgz

未使用緩衝之前

使用緩衝後

常見問題:

1.在fcgi下的OPCode的緩衝清除問題?

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.