<!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">
<br>
Ok seems the "database" word in my sentence has been completly
misinterpreted. Must be a language barrier, sorry I'm not an english
native speaker... <br>
<br>
Of course memcached is not a database... I don't pretent to use it as
such, and don't worry I know *exactly* what I am doing and am very well
aware of all implications. <br>
<br>
Anyway my question was does somebody heard about an implentation of
memcached based both on memory and files at the same time ? Making
reading immediates (as stored in memory), and at the same time have the
objects also stored on disk (or regularly syncked) when writen for not
having to recreate them when the cache starts ups and not losing them
when the cache goes down ? I'm just exploring possibilities here...
even if I understand this is not the primary goal of memcached. We are
clear on that.<br>
<br>
Thanks<br>
<br>
Arnaud<br>
<br>
<br>
Ivan Krstic wrote:
<blockquote cite="mid43D3D5BF.9040003@fas.harvard.edu" type="cite">
  <pre wrap="">Arnaud Connois wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">This would prevent the cache from going
away when memcached is shutted down, and could act not only as a cache
but also as a database for storing objects.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Memcached is not a database. It's not designed to be a database, and
while it's impossible to keep you from using it as one, you'll probably
get burned unless you know *exactly* what you're doing. Make sure you
understand the implications.

  </pre>
  <blockquote type="cite">
    <pre wrap="">While googling I came across something called Tugela Cache based on
memcached (<a class="moz-txt-link-freetext" href="http://meta.wikimedia.org/wiki/Tugelacache">http://meta.wikimedia.org/wiki/Tugelacache</a>)  that seems to do
exactly just that, but it seems dedicated to Mediawiki use only.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
There is absolutely nothing MediaWiki-specific to Tugela; I don't know
where you got the idea. Tugela simply replaces memcached's allocator
with a Berkeley database; the change is far too low in the stack to
easily be able to be MediaWiki-specific.

  </pre>
</blockquote>
</body>
</html>