The Artima Developer Community
Sponsored Link

Java Buzz Forum
Configuring Hazelcast for full TCP/IP cluster

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.
Configuring Hazelcast for full TCP/IP cluster Posted: Jul 11, 2008 7:37 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Talip Ozturk.
Original Post: Configuring Hazelcast for full TCP/IP cluster
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
As you may already noticed, Hazelcast website now has links for documentation and the Javadoc. Documentation is not at the level that I am happy with but it will get better and better everday.

As promised before, now you can configure Hazelcast for full TCP/IP cluster. If multicast is not preferred way of discovery for your environment, then download the new zip and read the documentation.

You can also specify which network interfaces that Hazelcast should use. Servers mostly have more than one network interface so you may want to list the valid IPs. Range characters ('*' and '-') can be used for simplicity. So '10.3.10.*' means "all IPs between 10.3.10.0 and 10.3.10.255 are valid. '10.3.10.4-18' means "Hazelcast please select the interface with IP ranging from 10.3.10.4 to 10.3.10.18" (4 and 18 included). If network interface configuration is enabled (disabled by default) and if Hazelcast cannot find an matching interface, then it will print a message on console and won't start on that node.

By the way, Hazelcast is cooking to be your Http Session Cluster sometime next week...hopefully. Just like everything in Hazelcast, creating your http session cluster will be super simple. There is so much room for optimization here. Very exciting!

Read: Configuring Hazelcast for full TCP/IP cluster

Topic: Registering Products Using Sun Service Tags Previous Topic   Next Topic Topic: Using jMaki With PHP on OpenSolaris

Sponsored Links



Google
  Web Artima.com   

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