Jameslyy 发表于 2013-1-29 23:12:27

Memcached

 
Memcached
http://www.danga.com/memcached/
 
memcached is a high-performance, distributedmemory object caching system, generic in nature, but intended for usein 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 dayfor 1 million users with a bunch of webservers and a bunch of databaseservers. memcached dropped the database load toalmost nothing, yielding faster page load times for users, betterresource utilization, and faster access to the databases on a memcachemiss.
 
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
 
 
页: [1]
查看完整版本: Memcached