Skip to content
Archive of entries posted on March 2011

Configuring Memcache on Cloud Servers

Memcache is a high-performance, distributed memory object caching system that can be used to speed up dynamic web applications, and as such it is very useful in cloud computing. Configuring memcache o…

Configure Memcache on CakePHP Ubuntu

The following is a walk-through on how to configure memcache functionality in cakePHP on Ubuntu flavor. First you must have Apache, PHP, mysql and cakePHP properly installed and configured. There will…