- 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 extension"Memcached는 동적 웹 응용 프로그램이 객체를 메모리에 저장하여 데이터베이스로드를 줄 이도록 특별히 설계된 캐싱 데몬입니다. 이 확장 기능을 사용하면 편리한 OO 및 절차 인터페이스를 통해 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