What is Memcached ? Free open source, high-performance , distributed memory object caching system , generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. Memcached is simple yet . Its simple design promotes quick deployment, ease of development, and solves many problems facing large data caches. Its API is available for most popular languages. How Memcached works ? Deficiency of Memcache. Memcached Users LiveJournal Wikipedia Flickr Bebo Twitter Typepad Yellowbot Youtube WordPre ss.com Craigslist Mixi Download Memcached The latest stable memcached release is v1.4.24 release notes (2015-4-25) Download : tar.gz Source and Development Quick Example Cache Results function get_foo(foo_...
Comments
Post a Comment