visit their website
http://turck-mmcache.sourceforge.net/index_old.html
What is Turck MMCache?
Turck MMCache is a free open source PHP accelerator, optimizer, encoder and dynamic content cache for PHP. It increases performance of PHP scripts by caching them in compiled state, so that the overhead of compiling is almost completely eliminated. Also it uses some optimizations to speed up execution of PHP scripts. Turck MMCache typically reduces server load and increases the speed of your PHP code by 1-10 times.
Turck MMCache stores compiled PHP scripts in shared memory and execute code directly from it. It creates locks only for short time while search compiled PHP script in the cache, so one script can be executed simultaneously by several engines. MM shared memory library (http://www.engelschall.com/sw/mm/) was used by Turck MMCache before version 2.3.13 for management of shared memory and locking. Files those can't fit in shared memory are cached on disk only.
Turck MMCache was first launched in 2001 to speed up the www.guestbooks4all.com service. It has been tested under PHP 4.1.0-4.3.3 under GNU/Linux and Windows with Apache 1,3 and 2.0. Patches for ports to other OSs and PHP versions are welcome
Since version 2.3.10, Turck MMCache contains a PHP encoder and loader. You can encode PHP scripts using encoder.php in order to distribute them without sources. Encoded files can be run on any site which runs PHP with Turck MMCache 2.3.10 or above. The sources of encoded scripts can't be restored because they are stored in a compiled form and the encoded version doesn't contain the source. Of course, some internals of the scripts can be restored with different reverse engineering tools (disassemblers, debuggers, etc), but it is not trivial.
Since version 2.3.15, Turck MMCache is compatible with Zend Optimizer's loader. Zend Optimizer must be installed after Turck MMCache in php.ini. If you don't use scripts encoded with Zend Encoder then we do not recommend you install Zend Optimizer with Turck MMCache.
Turck MMCache does not work in CGI mode.
Here are some other products that provide the same functionality:
* Zend Performance Suite
* PHP Accelerator
* Alternative PHP Cache
* AfterBurner Cache
The following table shows benchmark result for different opcode caches. It was made on the start page of phpMyAdmin 2.5.1 with Apache Benchmark program.
Test Command - "/usr/sbin/ab "http://server/phpMyAdmin-2.5.1/index.php" -n200 -c1 -dS"
Server - 2 x PIII 800MHz, RAM 512MB, Net 100Mb, RedHat Linux 7.3, Linux 2.4.18, PHP 4.1.2, Apache 1.3.27
Test Host - 2 x PIII 1GHz, RAM 1GB, Net 100Mb, Linux 2.4.18