Do any of CouchDB/Cassandra/other frameworks specifically do in-memory serving?
I haven't found any that do this explicitly. For now I've been using
memcached for that
functionality (with the usual memcached caveats).

Ehcache may be another memcache-like solution
(http://ehcache.sourceforge.net/), but
it also provides an on-disk storage in addition to in-memory (thus
avoiding the "if a machine
goes down, data is lost" issue of memcached).

On Fri, Sep 19, 2008 at 10:54 AM, James Moore <[EMAIL PROTECTED]> wrote:
> On Wed, Sep 17, 2008 at 10:05 PM, Chris Dyer <[EMAIL PROTECTED]> wrote:
>> I'm looking for a lightweight way to serve data stored as key-value
>> pairs in a series of MapFiles or SequenceFiles.
>
> Might be worth taking a look at CouchDB as well.  Haven't used it
> myself, so can't comment on how it might work for what you're
> describing.
>
> --
> James Moore | [EMAIL PROTECTED]
> Ruby and Ruby on Rails consulting
> blog.restphone.com
>



-- 
Alex Feinberg
Platform Engineer, SocialMedia Networks

Reply via email to