欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Memcached
来自开放百科 - 灰狐
(版本间的差异)
(→Links) |
|||
第3行: | 第3行: | ||
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. | 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. | ||
− | + | ==安装== | |
− | == | + | |
./configure; make; make install | ./configure; make; make install | ||
memcached -d -m 2048 -p 11211 | memcached -d -m 2048 -p 11211 | ||
第22行: | 第21行: | ||
*[http://code.google.com/p/hibernate-memcached/ Memcached based second level cache for Hibernate] | *[http://code.google.com/p/hibernate-memcached/ Memcached based second level cache for Hibernate] | ||
− | == | + | ==链接== |
*http://www.danga.com/memcached/ | *http://www.danga.com/memcached/ | ||
*http://docs.huihoo.com/memcached/ | *http://docs.huihoo.com/memcached/ |
2010年11月26日 (五) 15:12的版本
您可以在Wikipedia上了解到此条目的英文信息 Memcached Thanks, Wikipedia. |
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.
安装
./configure; make; make install memcached -d -m 2048 -p 11211
可能需要 export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
用户
- http://twitter.com/ Twitter中间业务层件使用了Memcached
- Fotolog.com - the world's largest photo blogging community
we introduced memcache, creating a distributed 30-server cluster with 4 gigs available in total and made a very minor code mod to use memcache, and our peak period load times dropped back down to the 2 second or so range.
- http://mixi.jp
- LiveJournal - http://www.livejournal.com/
- Slashdot - http://www.slashdot.org/
- WikiPedia - http://www.wikipedia.org/
- SourceForge - http://sourceforge.net/
- Kayak.com - http://www.kayak.com/
- http://www.meetup.com/ - memcached client for java
- Memcached based second level cache for Hibernate
链接
- http://www.danga.com/memcached/
- http://docs.huihoo.com/memcached/
- http://download.huihoo.com/memcached/
<discussion>characters_max=300</discussion>
分享您的观点