Use APC cache to optimize PHP programs. AlternativePHPCache (APC) is a free and public optimized code cache for PHP. It is used to provide free, public, and robust architectures to cache and optimize PHP intermediate code. APC officer
Alternative
I. Introduction to APC Cache
APC, the full name is alternative PHP cache, the official translation is called "Optional PHP Caching". It provides us with a framework for caching and optimizing PHP's intermediate code. The APC cache is divided into
introduction of APC CacheAPC, the full name is alternative PHP cache, official translation is called "Optional PHP caching." It provides us with a framework for caching and optimizing PHP's intermediate code. The APC cache is divided into two parts:
I. Introduction to APC Cache
APC, the full name is alternative PHP cache, the official translation is called "Optional PHP Caching". It provides us with a framework for caching and optimizing PHP's intermediate code. The APC cache is divided into
This article introduces the introduction of the PHP APC module, parameter configuration, installation steps, use examples, because some of the content is translated from the PHP manual, there may be a lack of comprehensive place. I hope you will
Asynchronous Process calling (APCs) is a basic part of the NT asynchronous processing architecture. It is helpful to understand how nt operates and how to execute several core system operations.
1) APCs allows user programs and system components to
I. Introduction to APC CacheAPC, the full name is alternative PHP cache, the official translation is called "Optional PHP Caching". It provides us with a framework for caching and optimizing PHP's intermediate code. The APC cache is divided into two
Alternative PHP Cache (APC) is a free and public PHP Optimized Code Cache. It is used to provide free, public, and robust architectures to cache and optimize PHP intermediate code.
Official APC website for http://pecl.php.net/package/apc
Extended
ArticleDirectory
I. Software Packages
I. Software Packages
A) APC-3.0.18.tgz
Ii. installation and configuration
A) tar zxvf APC-3.0.18.tgz
B) CD APC-3.0.18
C ). /configure -- enable-APC-MMAP -- With-apxs
I. APC installation Configuration
Refer to my article
II. php. ini configuration item [APC] section details
[Apc]
; Alternative php cache for caching and optimizing php intermediate code
Apc. cache_by_default = on
; Sys
Whether to enable caching
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.