XCache3.1.0
Fast, stable PHP opcode cacher.
- Web Authoring
- PHP
XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load. It is tested (on linux) and supported on all of the latest PHP cvs branches such as PHP_4_3 PHP_4_4 PHP_5_0 PHP_5_1 PHP_5_2 HEAD(6.x).
XCache is a open-source opcode cacher, which means that it accelerates the performance of PHP onservers. It optimizes performance by removing the compilation time of PHP scripts by caching the compiled state of PHP scripts into the shm (RAM) and uses the compiled version straight from the RAM. This will increase the rate of page generation time by up to 5 times as it also optimizes many other aspects of php scripts and reduce serverload.
XCache overcomes a lot of problems that has been with other competing opcachers such as being able to be used with new PHP versions.
- linux
- Downloads6889
- LicenseGPL