The Artima Developer Community
Sponsored Link

Java Buzz Forum
Hazelcast 1.0 is finally released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Talip Ozturk

Posts: 103
Nickname: talip
Registered: May, 2003

Talip Ozturk is founder of Hazelcast, distributed queue, set, map and lock implementation.
Hazelcast 1.0 is finally released Posted: Jul 1, 2008 2:35 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Talip Ozturk.
Original Post: Hazelcast 1.0 is finally released
Feed Title: Shared Memory
Feed URL: http://www.jroller.com/talipozturk/feed/entries/rss
Feed Description: about java, jcache, jini, javaspaces, distributed data structures and a little bit of me and life.
Latest Java Buzz Posts
Latest Java Buzz Posts by Talip Ozturk
Latest Posts From Shared Memory

Advertisement
Hazelcast, clustering and highly scalable data distribution platform for Java, is now ready to rock and roll!

Features:
  • Distributed implementations of java.util.{Queue, Set, List, Map}
  • Distributed locks via java.util.concurrency.locks.Lock
  • Support for cluster info and membership events
  • Dynamic discovery
  • Dynamic scaling to hundreds of servers
  • Dynamic partitioning with backups
  • Dynamic fail-over

Superness:
  • Super simple to use; include a single jar.
  • Super fast; thousands of operations per sec.
  • Super small; less than a MB.
  • Super efficient; very nice to CPU and RAM.

Where to use it:
  • share data/state among many servers
  • cache your data (distributed cache)
  • cluster your application
  • partition your in-memory data
  • distribute workload onto many servers
  • provide fail-safe data management

Hazelcast - "What Born Brave Developers Deserve" :)

Feedbacks are welcomed (oztalip at gmail dot com).
 

Read: Hazelcast 1.0 is finally released

Topic: Over The Summer Previous Topic   Next Topic Topic: Robust Java benchmarking

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use