Re: save/restore memcache db?

2008-09-11 Thread dormando
Almost everybody who initially asks for this feature later figures out that restarting a memcached with stale date doesn't work for their application. So at least with the dozens of people I've talked with about this subject, the demand drops quickly. No big push, no follow up. I guess one or

Re: save/restore memcache db?

2008-09-10 Thread Clint Webb
I've not seen any patches submitted that do this. The other things that do this are either different products, supplemental products, or forks that attempt entirely different things (but happen to do what you are after). I expect a well implemented patch that does this would be accepted into the

Re: save/restore memcache db?

2008-09-09 Thread PlumbersStock.com
That sounds more complex than simply dumping a copy of what's in memory to disk and restoring it five minutes later when the system is restarted. If I understand correctly, memcached doesn't offer replication so I'd have to somehow make it do so myself - right? On Sep 9, 7:24 pm, Joseph Engo

Re: save/restore memcache db?

2008-09-09 Thread Josef Finsel
FYI... Brad expounds on why he didn't implement a save to disk function here (http://lists.danga.com/pipermail/memcached/2003-November/000368.html) On Tue, Sep 9, 2008 at 9:52 PM, Josef Finsel [EMAIL PROTECTED] wrote: That's correct. memcached doesn't offer a way to dump itself to disk,

Re: save/restore memcache db?

2008-09-09 Thread Joseph Engo
I played around with a version of memcached that supported replication and it didn't work very well. Normal get and set were ok, but increments / decrement got all messed up during fail overs. Just curious, how much data are you storing in your memcache ? On Sep 9, 2008, at 6:38 PM,