Re: hazelcast

2010-12-10 Thread Mubarak Seyed
How about KeptCollections (backs by ZooKeeper)? https://github.com/anthonyu/KeptCollections Thanks, Mubarak On Fri, Dec 10, 2010 at 12:15 PM, Germán Kondolf wrote: > I don't know much about Zookeeper, but as far as I read, it is out of > JVM process. > Hazelcast is just a framework and you can

Re: hazelcast

2010-12-10 Thread Kani
As far as I know they are adding a clusterized semaphore on next version. On Fri, Dec 10, 2010 at 5:15 PM, Germán Kondolf wrote: > I don't know much about Zookeeper, but as far as I read, it is out of > JVM process. > Hazelcast is just a framework and you can programmatically start and > shutdow

Re: hazelcast

2010-12-10 Thread Germán Kondolf
I don't know much about Zookeeper, but as far as I read, it is out of JVM process. Hazelcast is just a framework and you can programmatically start and shutdown the cluster, it's just an xml to configure it. Hazelcast also provides good caching features to integrate with Hibernate, distributed exe

Re: hazelcast

2010-12-10 Thread B. Todd Burruss
thx for the feedback. regarding locking, has anyone done a comparison to zookeeper? does zookeeper provide functionality over hazelcast? On 12/10/2010 11:08 AM, Norman Maurer wrote: Hi there, I'm not using it atm but plan to in my next project. It really looks nice :) Bye, Norman 2010/12/1

Re: hazelcast

2010-12-10 Thread Norman Maurer
Hi there, I'm not using it atm but plan to in my next project. It really looks nice :) Bye, Norman 2010/12/10 Germán Kondolf : > Hi, I'm using it as a complement of cassandra, to avoid "duplicate" > searches and duplicate content in a given moment in time. > It works really nice by now, no criti

Re: hazelcast

2010-12-10 Thread Germán Kondolf
Hi, I'm using it as a complement of cassandra, to avoid "duplicate" searches and duplicate content in a given moment in time. It works really nice by now, no critical issues, at least the functionallity I'm using from it. -- //GK german.kond...@gmail.com // sites http://twitter.com/germanklf http