best way to upgrade
mike
mike503 at gmail.com
Wed Apr 11 21:12:22 UTC 2007
the idea of memcache is not a persistent cache... everyone keeps
butting heads with that concept :)
if you're looking for a persistent cache that will use disks to back it up:
http://meta.wikimedia.org/wiki/Tugela_Cache
http://sharedance.pureftpd.org/project/sharedance
however, you should have in your code to hit the database/data store
for the data if it's a cache miss and then update the cache - your
site may be a little bit slow while it's recaching, but that's the
point. it's not a reliable data store, it's a volatile way to save
trips to the database (it's just like RAM (volatile) vs. HD
(non-volatile))
On 4/11/07, rkmr.em at gmail.com <rkmr.em at gmail.com> wrote:
> i would like to always have the latest memcached development version/svn
> version running. right now i recompile memcache, kill memcache server and
> launch it again. i lose all the cache. i just have one server.. is there
> anyway for me not to lose the cache?
More information about the memcached
mailing list