欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Memcached 博客分类: Technology & Theory memcachedGoogleperformanceAccessWeb 

程序员文章站 2024-03-18 08:45:46
...

 

Memcached

http://www.danga.com/memcached/

 

memcached 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.

Danga Interactive developed memcached to enhance the speed of LiveJournal.com , a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss.

 

Memcached是由Danga Interactive开发,高性能、分布式的内存对象缓存系统,用于减少数据库负荷,提升访问速度。

 

memcached client

http://code.google.com/p/memcached/wiki/Clients

 

memcached client for java

http://www.whalin.com/memcached/

 

memcached完全剖析

http://tech.idv2.com/2008/07/10/memcached-001