|
Stories tagged with: memcache
Installing memcached And The PHP5 memcache Module On Debian Etch (Apache2)
http://www.howtoforge.com/installing-memcached-and-the-php5-...
This guide explains how to install memcached and the PHP5 memcache module on a Debian Etch system with Apache2. memcached is a daemon that can store objects in the system's memory (e.g. results of database queries) which can speed up your web site tremendously. You can use memcached over a network (i.e., install your web application on one server and memcached on another server), but usually you install both on one server to avoid the networking overhead.
Join discussion...
Tags: memcached, memcache, php, debian, apache, cache, memory
Installing The PHP-MemCache Module On CentOS 5.0
http://www.howtoforge.com/php_memcache_centos5.0
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. In this article I explain how you can very easily install it and make it avaible in PHP.
Join discussion...
Tags: memcache, php, centos, linux, server
| |
© coRank 2007-2010