Hi there, I am trying to implement a load balancing prototype using the 'round- robin' policy <org.jboss.ha.framework.interfaces.RoundRobin>.
I have a two node cluster set-up and communicating. I use the farm service to deploy the prototype to the cluster nodes. My service is an mbean using HA service support plus the dd is based upon: [url] http://cvs.sourceforge.net/viewcvs.py/jboss/jbosstest/src/resources/jmx/ha/META-INF/jboss-service.xml?rev=1.2&view=auto [/url] In a client for-loop I invoke my service interface e.g. 1000 times however I only see 1 or 2 of those invocations being invoked on 'the other' node. The bulk are consistently invoked on the one node - which happens to be the node running the client for-loop code. My expectation was a more even distribution of these invocations between the two nodes. However this is not the case. Can anyone help or point to a config setting which I missed ? n.b. I am using jboss 3.2.3. Thank you for all and any help. sinclair View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834153#3834153 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834153 ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
