Don't like ads? PRO users don't see any ads ;-)
Guest

henriquetft

By: a guest on Jul 17th, 2009  |  syntax: XML  |  size: 2.44 KB  |  hits: 73  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <config>
  2.     <UDP
  3.          mcast_addr="${jgroups.udp.mcast_addr:228.10.10.10}"
  4.         mcast_port="${jgroups.udp.mcast_port:45588}"
  5.         tos="8"
  6.         ucast_recv_buf_size="20000000"
  7.         ucast_send_buf_size="640000"
  8.         mcast_recv_buf_size="25000000"
  9.         mcast_send_buf_size="640000"
  10.         loopback="false"
  11.         discard_incompatible_packets="true"
  12.         max_bundle_size="64000"
  13.         max_bundle_timeout="30"
  14.         use_incoming_packet_handler="true"
  15.         ip_ttl="${jgroups.udp.ip_ttl:2}"
  16.         enable_bundling="false"
  17.         enable_diagnostics="true"
  18.         thread_naming_pattern="cl"
  19.  
  20.         use_concurrent_stack="true"
  21.  
  22.         thread_pool.enabled="true"
  23.         thread_pool.min_threads="2"
  24.         thread_pool.max_threads="8"
  25.         thread_pool.keep_alive_time="5000"
  26.         thread_pool.queue_enabled="false"
  27.         thread_pool.queue_max_size="1000"
  28.         thread_pool.rejection_policy="Run"
  29.  
  30.  
  31.         oob_thread_pool.enabled="true"
  32.         oob_thread_pool.min_threads="1"
  33.         oob_thread_pool.max_threads="6"
  34.         oob_thread_pool.keep_alive_time="10000"
  35.         oob_thread_pool.queue_enabled="true"
  36.         oob_thread_pool.queue_max_size="10"
  37.         oob_thread_pool.rejection_policy="Run"/>
  38.  
  39.     <PING timeout="2000"
  40.            num_initial_members="3"/>
  41.     <MERGE2 max_interval="30000"
  42.            min_interval="10000"/>
  43.     <FD_SOCK/>
  44.     <FD timeout="10000" max_tries="5"   shun="true"/>
  45.     <VERIFY_SUSPECT timeout="1500"  />
  46.     <BARRIER />
  47.     <pbcast.NAKACK use_stats_for_retransmission="false"
  48.                   exponential_backoff="150"
  49.                   use_mcast_xmit="true" gc_lag="0"
  50.                   retransmit_timeout="50,300,600,1200"
  51.                   discard_delivered_msgs="true"/>
  52.     <UNICAST timeout="300,600,1200"/>
  53.     <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
  54.                   max_bytes="1000000"/>
  55.     <VIEW_SYNC avg_send_interval="60000"   />
  56.     <pbcast.GMS print_local_addr="true" join_timeout="3000"
  57.                shun="false"
  58.                view_bundling="true"/>
  59.                
  60.     <!-- <SEQUENCER/> -->
  61.    
  62.     <FC max_credits="500000"
  63.                    min_threshold="0.20"/>
  64.                    
  65.                    
  66.    
  67.     <!-- <FRAG2 frag_size="60000"  /> -->
  68.    
  69.     <!--pbcast.STREAMING_STATE_TRANSFER /-->
  70.     <pbcast.STATE_TRANSFER  />
  71.     <!-- pbcast.FLUSH  /-->
  72. </config>