We recently installed
memcached on a couple servers. As we begin to scale up our use of CakePHP, we quickly saw a need for some type of caching solution so that every page request wasn't running the full load of queries to render a page.
memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
Jiri Kupiainen wrote a CakePHP /
[Read More]