[jboss-cvs] JBossCache/etc/META-INF ...

Vladmir Blagojevic vladimir.blagojevic at jboss.com
Fri Jul 27 11:00:36 EDT 2007


  User: vblagojevic
  Date: 07/07/27 11:00:36

  Modified:    etc/META-INF  unit-test-cache-service.xml
  Log:
  use default JGroups protocol settings:
  bundling is on
  no queues in thread pools
  
  Revision  Changes    Path
  1.15      +7 -7      JBossCache/etc/META-INF/unit-test-cache-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: unit-test-cache-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/unit-test-cache-service.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- unit-test-cache-service.xml	22 Jul 2007 23:34:33 -0000	1.14
  +++ unit-test-cache-service.xml	27 Jul 2007 15:00:36 -0000	1.15
  @@ -171,7 +171,7 @@
                    max_bundle_timeout="30"
                    use_incoming_packet_handler="true"
                    ip_ttl="2"
  -                 enable_bundling="false"
  +                 enable_bundling="true"
                    enable_diagnostics="true"
   
                    use_concurrent_stack="true"
  @@ -182,7 +182,7 @@
                    thread_pool.min_threads="1"
                    thread_pool.max_threads="25"
                    thread_pool.keep_alive_time="30000"
  -                 thread_pool.queue_enabled="true"
  +                 thread_pool.queue_enabled="false"
                    thread_pool.queue_max_size="10"
                    thread_pool.rejection_policy="Run"
   
  @@ -190,7 +190,7 @@
                    oob_thread_pool.min_threads="1"
                    oob_thread_pool.max_threads="4"
                    oob_thread_pool.keep_alive_time="10000"
  -                 oob_thread_pool.queue_enabled="true"
  +                 oob_thread_pool.queue_enabled="false"
                    oob_thread_pool.queue_max_size="10"
                    oob_thread_pool.rejection_policy="Run"/>
   
  @@ -244,7 +244,7 @@
                    max_bundle_timeout="30"
                    use_incoming_packet_handler="true"
                    ip_ttl="2"
  -                 enable_bundling="false"
  +                 enable_bundling="true"
                    enable_diagnostics="true"
   
                    use_concurrent_stack="true"
  @@ -255,15 +255,15 @@
                    thread_pool.min_threads="1"
                    thread_pool.max_threads="25"
                    thread_pool.keep_alive_time="30000"
  -                 thread_pool.queue_enabled="true"
  -                 thread_pool.queue_max_size="10"
  +                 thread_pool.queue_enabled="false"
  +                 thread_pool.queue_max_size="100"
                    thread_pool.rejection_policy="Run"
   
                    oob_thread_pool.enabled="true"
                    oob_thread_pool.min_threads="1"
                    oob_thread_pool.max_threads="4"
                    oob_thread_pool.keep_alive_time="10000"
  -                 oob_thread_pool.queue_enabled="true"
  +                 oob_thread_pool.queue_enabled="false"
                    oob_thread_pool.queue_max_size="10"
                    oob_thread_pool.rejection_policy="Run"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list