Persistent Key-Value Object Storage with MemcacheDB
While looking at a post about using memcache for a simple message queue, which by the way sounds very interesting in its own right. I once again found a link to the MemcacheDB project. They have made memcache persistent. It is some sort of and intermediate between regular memcached and a database. I can think of several scenarios where memcachedb would be useful. One that comes to mind is persistent storage of user- og and settings- objects in the system that I am currently working on, for Voicearchive.com.
by Claus Witt
March 7, 2009
Tags: caching, memcached, php Posted in: Development, Web development
