Skip to content
Archive of posts filed under the Advice category.

How to Configure Memcache For PHP in Fedora

Memcached is an awesome memory object caching system that allows you to store highly requested data in RAM, across a network of servers. This saves time and money as users do not have to hit their Mys…

Finding Suitable Web Hosting Packages For Your Memcached Website

Several of the most successful and well-known websites use the memcached system to ensure high performance and speed for their dynamic databases. Large community driven websites such as Facebook, Twit…

Storing Sessions With Memcache

Drupal memcache can have stunning improvements on server resources. There are certain steps which can be performed to ensure the proper running of the server if memcache API module is used.
1. Tables…

Distributed Locking using Memcache

Memcache is the de-facto distributed caching server used to scale many web2.0 sites today. With the requirement to support a very large number of users as sites grow, memcache aids scalability by effe…

Steps Of Memcache Installation

memcache installation, linux memcache

Memcached is a simple, open source, high performance memory object caching system. It is highly scalable key based cache that is responsible to store data and …

What Is Memcache?

Originally developed back in 2003 by a programmer named Brian Fitzpatrick, Memcache was intended to be used to speed up web servers by combining the system's free memory into one large cache from …