i get it .. it is jus that memcache is so awesome.. and it doest feel all that good 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> <<a href="mailto:mike503@gmail.com">mike503@gmail.com</a>> 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'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> <<a href="mailto:rkmr.em@gmail.com">rkmr.em@gmail.com</a>> wrote:<br>> i would like to always have the latest memcached development version/svn<br>> version running. right now i recompile memcache, kill memcache server and
<br>> launch it again. i lose all the cache. i just have one server.. is there<br>> anyway for me not to lose the cache?<br></blockquote></div><br>