<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Most users, I'm guessing, take the approach of using a development
system to track the changes to the memcached code, and only upgrading
the production systems when there's some particular change that will be
of use to them. If you're happy with memcached as it is, that seems
like it might be a better approach since it'll minimize the number of
cache resets you have to deal with.<br>
<br>
-Steve<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:rkmr.em@gmail.com">rkmr.em@gmail.com</a> wrote:
<blockquote
 cite="mide04d2e90704111432h5e8a01bdn1f2a0d431fe743c7@mail.gmail.com"
 type="cite">i get it .. it is jus that memcache is so awesome.. and it
doest feel all that good&nbsp;losing the cache.. when there is a 90+% hit
rate!! <br>
  <br>
  <div><span class="gmail_quote">On 4/11/07, <b
 class="gmail_sendername">mike</b> &lt;<a
 href="mailto:mike503@gmail.com">mike503@gmail.com</a>&gt; wrote:</span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">the
idea of memcache is not a persistent cache... everyone keeps<br>
butting heads with that concept :)<br>
    <br>
if you're looking for a persistent cache that will use disks to back it
up:<br>
    <a href="http://meta.wikimedia.org/wiki/Tugela_Cache">http://meta.wikimedia.org/wiki/Tugela_Cache</a><br>
    <a href="http://sharedance.pureftpd.org/project/sharedance">http://sharedance.pureftpd.org/project/sharedance</a><br>
    <br>
however, you should have in your code to hit the database/data store<br>
for the data if it's a cache miss and then update the cache - your<br>
site may be a little bit slow while it's recaching, but that's the
    <br>
point. it's not a reliable data store, it's a volatile way to save<br>
trips to the database (it's just like RAM (volatile) vs. HD<br>
(non-volatile))<br>
    <br>
    <br>
On 4/11/07, <a href="mailto:rkmr.em@gmail.com">
rkmr.em@gmail.com</a> &lt;<a href="mailto:rkmr.em@gmail.com">rkmr.em@gmail.com</a>&gt;
wrote:<br>
&gt; i would like to always have the latest memcached development
version/svn<br>
&gt; version running. right now i recompile memcache, kill memcache
server and
    <br>
&gt; launch it again. i lose all the cache. i just have one server.. is
there<br>
&gt; anyway for me not to lose the cache?<br>
  </blockquote>
  </div>
  <br>
</blockquote>
<br>
</body>
</html>