JGroups 體驗

1, Testing your Setup

[gang@dev105 JGroups-2.8.0.GA.bin]$ java -jar jgroups-all.jar

Version:      2.8.0.GA
CVS:          $Id: Version.java,v 1.81 2009/12/01 10:31:13 belaban Exp $

[gang@dev105 JGroups-2.8.0.GA.bin]$

      jgroups-all.jar (required ): JGroups functionality, including demo and junit apps. If a smaller JAR is required, this can be done by downloading the source distribution and invoking the "jar" target, which creates a jgroups-core.jar file (ca 1MB).

 

2, To test whether JGroups works okay on your machine, run the following command twice.If you started them simultaneously, they could initially show a membership of 1 in their title bars. After some time, both windows should show 2. This means that the two instances found each other and formed a group.When drawing in one window, the second instance should also be updated.

 

[gang@dev105 JGroups-2.8.0.GA.bin]$ java -cp jgroups-all.jar -Djava.net.preferIPv4Stack=true -Djgroups.bind_addr=192.168.0.105 org.jgroups.demos.Draw

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章