Today, I saw that Hackszine’s Jason Striegel has postsed a blog post about Memcached and MySQL.
Well, basically Memcached is an open-source software for your web server that allows you to cache almost any MySQL query.
In other words, it caches your MySQL queries. But to do this, you do need to check the Memcached cache before doing the actual MySQL query.
So what’s the point?
Well, certain Wiki soft