MMCache
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. The article may be deleted if this message remains in place for seven days, i.e., after 09:45, 23 March 2025 (UTC). Find sources: "MMCache" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|MMCache|concern=Fails [[WP:NSOFT]]}} ~~~~ |
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 the 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
[edit]References
[edit]External links
[edit]- Official website
- Turck MMCache SourceForge page
- PHPCoder, a web based front-end for both MMCache and eAccelerator
- The PHP Scalability Myth, a 2003 article