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="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">the idea of memcache is not a persistent cache... everyone keeps<br>butting heads with that concept :)<br>
<br>if you&#39;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&#39;s a cache miss and then update the cache - your<br>site may be a little bit slow while it&#39;s recaching, but that&#39;s the
<br>point. it&#39;s not a reliable data store, it&#39;s a volatile way to save<br>trips to the database (it&#39;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>