NON VOLATILE MEMORY

Jehiah Czebotar jehiah at gmail.com
Thu Jan 11 00:27:10 UTC 2007


On 1/11/07, Roberto Spadim <roberto at spadim.com.br> wrote:
> could we implement an non volatile inteface to memcache server too?
> like every 5 seconds write to disk and when server end too
> in the next startup server can reload data from disk and i avoid
> recaching from my applications

no need to write an interface to memcached; such a thing already
exists and is called Tugela Cache. It's basically a memcached server
that saves data in a berkeley db file instead of memory which sounds
like exactly what you are looking for

http://meta.wikimedia.org/wiki/Tugela_Cache

-- 
Jehiah


More information about the memcached mailing list