We are using JGROUPS in our application to primary propogate cached data across different nodes in a subnet. It is a very high volume site and has about 8 nodes in the cluster. The following is the Configuration I am using.
UDP(ucast_send_buf_size=800000;ucast_recv_buf_size=150000): PING(timeout=2000;num_initial_members=3;up_thread=true;down_thread=true;): MERGE2(min_interval=1000000;max_interval=2000000): FD(shun=true;up_thread=true;down_thread=true;timeout=54000000;max_tries=5): pbcast.NAKACK(gc_lag=50;retransmit_timeout=300,600,1200,2400,4800;max_xmit_size=8192;up_thread=true;down_thread=true): pbcast.STABLE(desired_avg_gossip=2000000;up_thread=true;down_thread=true): UNICAST:FRAG(frag_size=8192;down_thread=true;up_thread=true): pbcast.GMS:VIEW_ENFORCER:QUEUE Everything is working fine in our dev environment. I will appreciate if somebody can validate the connection string I am using before we move this to production. Thanks Hari View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907888#3907888 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907888 ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
