- memcacheはmemcached(サーバー)のクライアントです
- libmemcachedはmemcachedのクライアントでもあります
また、memcachedには他のクライアントがあります。http: //code.google.com/p/memcached/wiki/Clientsを参照してください
ウェブから切り取りと貼り付け:
http://www.php.net/manual/en/intro.memcache.php
Memcache module provides handy procedural and object oriented
interface to memcached, highly effective caching daemon, which was
especially designed to decrease database load in dynamic web applications.
The Memcache module also provides a session handler (memcache).
More information about memcached can be found at » www.memcached.org
http://www.php.net/manual/en/intro.memcached.php
» memcached (http://www_memcached_org/) 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.
This extension uses libmemcached library to provide API for communicating with
memcached servers. It also provides a session handler (memcached).
Information about libmemcached can be found at
» tangent.org/552/libmemcached.html
http://pecl.php.net/package/memcached「libmemcached
ライブラリ経由でmemcachedとインターフェイスするためのPHP拡張機能」この拡張機能はlibmemcachedライブラリを使用して、memcachedサーバーと通信するためのAPIを提供します。https://github.com/andreiz/php-memcached
http://pecl.php.net/package/memcache「memcached
拡張機能」Memcachedは、オブジェクトをメモリに保存することでデータベースの負荷を軽減するために、特に動的Webアプリケーション向けに設計されたキャッシュデーモンです。この拡張機能を使用すると、便利なオブジェクト指向および手続き型インターフェイスを介してmemcachedを操作できます。
http://code.google.com/p/memcached/wiki/PHPClientComparison
pecl/memcache pecl/memcached
First Release Date 2004-06-08 2009-01-29 (beta)
Actively Developed? Yes Yes
External Dependency None libmemcached