ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:learn_caching:memcached

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
v5:userguide:learn_caching:memcached [2016/03/29 00:44] – [Memcached Setup] mnewnhamv5:userguide:learn_caching:memcached [2016/03/29 01:14] mnewnham
Line 1: Line 1:
  
-<- v5:userguide:learn_caching:disk_caching|Disk Based Caching ^ v5:userguide:userguide_index|List Of Tutorials ^ v5:userguide:learn_caching:adodb_coding|ADOdb Coding ->+<- v5:userguide:learn_caching:disk_caching|Disk Based Caching ^ v5:userguide:userguide_index|List Of Tutorials ^ v5:userguide:learn_caching:cache_ttl|Understanding Time-To-Live ->
 ~~NOTOC~~ ~~NOTOC~~
-====== Memcached Setup ====== +<WRAP right tip box 300px> 
-Memcached provides a controlled, server based memory caching service. The server is reasonably easily configured and installed, but provides a sophisticated caching configuration. PHP support for the library is available through the PHP PEAR memcached library. For larger environments, an array of memcached hosts can be specified. +== Learn More == 
-<WRAP tip> +[[https://memcached.org/|Configuring Memcached]] 
-There are 2 pear modules for connection to a Memcached server, the older [[https://pecl.php.net/package/memcache|PEAR Memcache library]] and the newer [[https://pecl.php.net/package/memcached|PEAR Memcached library]] +[[https://pecl.php.net/package/memcache|PEAR Memcache library]] 
-  * Windows support is only available for the older Memcache library. +== Note == 
-  * ADOdb has only been tested against the older library+Do not use the newer PEAR memcached library
 </WRAP> </WRAP>
-===== Description ===== +====== Memcached Setup ====== 
-This section describes connection to an already configured Memcache server. Information about installation and configuration of Memcached servers can be found [[https://memcached.org/|here]].+Memcached provides a controlled, server based memory caching serviceThe server is reasonably easily configured and installed, but provides a sophisticated caching configuration. PHP support for the library is available through the PHP PEAR memcache library
  
 +For larger environments, distributed Memcache hosts can be specified.
 +----------------------------------------------
 ===== Usage ===== ===== Usage =====
 <code php> <code php>
v5/userguide/learn_caching/memcached.txt · Last modified: 2018/07/16 20:18 by peterdd