Subscribe

Topic: Memcache

New with Topic: Memcache


<em>jessekanner</em>
jessekanner bookmarked a link
Installing Memcached on RedHat or CentOS | Lullabot
Memcached is a service that allows entire database tables to be stored in memory, drastically speeding up queries to those tables and alleviating database load. In Drupal, the Memcached module allows you to store all cache tables in memory.
 
Rimmon
Rimmon posted a blog entry
ubuntu 裝 memcached 跟 pecl memcache
裝 memcached :apt-get install memcached/etc/default/memcached 裡面設 yes –> 啟用設定檔...
8 days ago MonsterOasis | Topics: JOB, System/Lin..., linux, memcache
 
Breyten
 
macdet
macdet bookmarked a link
Re: Dropped connections with tcp_tw_recycle=1
In short: I can tell you that you *must not* use tcp_tw_recycle for any machine talking to machines behind masquerading firewalls (iow, only use it inside isolated networks). But I cannot tell you what exactly it is supposed to do and what the difference...
 
macdet
macdet bookmarked a link
http://code.sixapart.com/svn/memcached/trunk/server/scripts/memcached-tool
my %items; # class -> { number, age, chunk_size, chunks_per_page, # total_pages, total_chunks, used_chunks, # free_chunks, free_chunks_end } print $sock "stats items\r\n"; while (<$sock>) { last if /^END/; if (/^STAT...
 
macdet
macdet bookmarked a link
Memcached crashing under load - memcached | Google Groups
I was load testing memcached and have been experiencing consistentcrashing when approaching 11k total connections (not concurrent).Below is a sample of some python code I have developed to isolate thisproblem as well as my setup and the error I get. I...
 
Rimmon
 
Jaspal Singh jsxtech@gmail.com
jaspal singh 1982 website development mysql ror lamp zend memcache symfony pear json jaspal singh 1982 website dev.. http://htxt.it/l/vcaXoS
 
TheStoryteller
TheStoryteller posted a blog entry
Using new PECL Memcached extension for storing session data
Many of you already know that managing session is a critical task for web applications, specially when you want to avoid I/O...
65 days ago The Storyteller | Topics: Apache, OpenSource, PHP, howto
 
macdet
macdet bookmarked a link
memcached Cacti Template
This template provides a host template and associated graphs for graphing the output of the memcached stats command on individual memcached installations.Graphs are provided for Bytes Used with total capacity, Cache Hits and Misses per second, Current...
 
Thomas H
Thomas H posted a blog entry
Optimizing Drupal 6, Gain Performance and Stability!
In general, Drupal will be sufficiently stable and performant enough to run your average website.  But when you are rebuilding...
 
makoto_kw
makoto_kw posted a blog entry
85 days ago kwLog | Topics: memcache, PHP