Search tips
  • Installing memcached And The PHP5 memcache Module On Debian Etch (Apache2)
    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.
    in Public bookmarks with apache cache debian memcache memcached memory php
  • Storing Files/Directories In Memory With tmpfs
    You probably know that reading from RAM is a lot of faster than reading files from the hard drive, and reduces your disk I/O. This article shows how you can store files and directories in memory instead of on the hard drive with the help of tmpfs (a file system for creating memory devices). This is ideal for file caches and other temporary data (such as PHP's session files if you are using session.save_handler = files) because the data is lost when you power down or reboot the system.
    in Public bookmarks with filesystem linux memory tmpfs


memory from all users