Windows Cache Extension for PHP (Copy)
Windows Cache Extension for PHP is a PHP accelerator that is used to increase the speed of PHP applications running on Windows and Windows Server. Once the Windows Cache Extension for PHP is enabled and loaded by the PHP engine, PHP applications can take advantage of the functionality without any code modifications.Increase PHP application performance on Windows by caching PHP bytecode inmemory
Windows Cache Extension for PHP stores the PHP bytecode, the compiled versionof the PHP script, in memory making it available when subsequent executions ofthe same script are needed helping to increase the overall PHP applicationperformance. The use of Windows Cache Extension for PHP allows the PHP bytecodeto be generated only once and to be reused each time the same PHP script isexecuted.
Reduce file system I/O overhead by caching the PHP scripts in memory
Windows Cache Extension for PHP helps to reduce the latency of fileoperations when PHP scripts are stored on remote UNC file shares. Windows CacheExtension for PHP includes a file system cache that is used to store the contentof the PHP script files in shared memory, which reduces the amount of filesystem operations performed by PHP engine.
Avoid redundant mapping for absolute paths by using relative file path cache
Windows Cache Extension for PHP caches the relation between relative andabsolute file paths, reducing the number of relative path resolutions performedby the PHP engine. PHP applications that use many relative paths would performfaster given the conversion to absolute paths is performed only once.
Features
[*]PHP 5.2 and PHP 5.3 support
[*]Configurable file cache
[*]Configurable PHP opcode cache
[*]Relative file path cache
[*]PHP functions to obtain information about the cache status
http://www.iis.net/extensions/WinCacheForPHP
页:
[1]