The Artima Developer Community
Sponsored Link

Java Buzz Forum
Hazelcast1.5-RC3 and Performance

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.
Hazelcast1.5-RC3 and Performance Posted: Feb 16, 2009 5:35 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Talip Ozturk.
Original Post: Hazelcast1.5-RC3 and Performance
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
I spent the last week mostly on performance and the result is simply amazing. Ok, I might be a little biased so the build comes with a simple -performance test- application that you can run and see it for yourself in a minute (actually less than a minute):
  1. Download the hazelcast-1.5-RC3 from here (only 405kb)
  2. Extract the zip
  3. Run the 'test.bat'
  4. Run the 'test.bat' again to create another cluster member.

Each time you run 'test.bat', a new member will join the cluster. Test application is super simple. It creates 30 threads and each thread continously executes random map operations (put/get/remove) for randomly selected keys (out of 10,000 keys). Values are 1000 bytes. Application also reports number of put/get/remove operations and the number of operations per second.

Take a look at the source code here.

RC3 is probably the last milestone before 1.5 final. I will be happy to learn your performance test results. (number of members/JVMs, operations-per-sec, jvm-version, number of CPUs, OS). You can either post here or email me (oztalip@gmail.com).

Enjoy...

Read: Hazelcast1.5-RC3 and Performance

Topic: ActiveRecord in javascript Previous Topic   Next Topic Topic: Top 6 Online PDF to Word Converter Websites

Sponsored Links



Google
  Web Artima.com   

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