You can edit almost every page by Creating an account and confirming your email.

MMCache

From EverybodyWiki Bios & Wiki


MMCache, also known as Turck MMCache, is a PHP accelerator, or an extension to PHP meant to improve performance. It is structured as a simple proxy server between the web server and the web browser. Its most important feature is using memcached for caching data in memory. MMCache is free software released under the GNU GPL 2.0. The key identifying the given site is designated from the URL, so if, for example, there is a session defined within the URL, then the proxy will not work effectively.

A newer version of MMCache, MMCache-LB, has an option to connect more web servers behind the proxy, with load balancing between them.

Development work on MMCache was discontinued in 2009, and the code was forked into the eAccelerator application.

See also

References

External links



This article "MMCache" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:MMCache. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.