Memcached is a free, high performance distributed memory object caching system. In English, it can make your single server PHP applications faster or for a little more technical users you can write cache and share cache objects over a web server farm or cluster. Great, eh. No seriously, it can really make your PHP faster.Here is how to install it really simply on Ubuntu for use with PHP. Simple as that! Lets check.. Read More
The post Simple install of memcached on Ubuntu appeared first on Kieran Barnes.