Re: DB support

2013-09-24 Thread Roberto Spadim
hum, from what i know / remember, memcache don't have: 1)locks like hazelcast, 2)multicast discover, 3)replication, 4)index (memcache is a key-value cache) 5)it's not a sotrage, it's a cache, no storage at harddisk or in other words, it don't have non volatile memory 6)i don't remember if it have

Re: DB support

2013-09-24 Thread smallfish
you can try kyoto tycoon or tokyo tyrant. -- smallfish http://chenxiaoyu.org On Tue, Sep 24, 2013 at 2:31 PM, Roberto Spadim rspa...@gmail.com wrote: hum, from what i know / remember, memcache don't have: 1)locks like hazelcast, 2)multicast discover, 3)replication, 4)index (memcache is a

Re: DB support

2013-09-24 Thread RogueWarrior
Stated VERY simply memcached can get and set data in a distributed manner - end of story. CouchBase has the support replication and multiple heads and consistent hashing. What you want is a very intelligent client that would be using couchbase and a BUNCH of specialized code that does not yet

Re: DB support

2013-09-24 Thread Les Mikesell
On Tue, Sep 24, 2013 at 3:16 AM, Namita Nair namita.n...@gmail.com wrote: Hi All, I mean does the memcache automatically load the data if not found in the cache through some configuration like the one present in the hazelcast and oracle coherence. It is up to the client to obtain/load the