Woah, sorry guys -- the example UDP config I posted before had the send and recieve buffer
sizes reversed!!! Something like this is more appropriate:
| <UDP mcast_addr="${jboss.partition.udpGroup:228.1.2.3}"
| mcast_port="45566"
| ip_ttl="${jgroups.mcast.ip_ttl:8}" ip_mcast="true"
| mcast_recv_buf_size="2000000"
mcast_send_buf_size="640000"
| ucast_recv_buf_size="2000000"
ucast_send_buf_size="640000"
| loopback="false"/>
Here I'm using ~ 2MB for receive buffers, not 25MB and definitely not 25MB for send!
Scott, maybe that will make my comment on the sizes more coherent. Or maybe less coherent.
;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972164#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...