[jboss-remoting-commits] JBoss Remoting SVN: r3564 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Mar 6 01:03:26 EST 2008


Author: ron.sigal at jboss.com
Date: 2008-03-06 01:03:26 -0500 (Thu, 06 Mar 2008)
New Revision: 3564

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestCase.java
Log:
JBREM-844: Set maxThreads=500.

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestCase.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestCase.java	2008-03-04 17:47:34 UTC (rev 3563)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestCase.java	2008-03-06 06:03:26 UTC (rev 3564)
@@ -76,5 +76,21 @@
    {
       return 600000;
    }
+   
+   /**
+    * Will get used in server's InvokerLocator.
+    */
+   protected String getServerJVMArguments()
+   {
+      return "-D" + REMOTING_METADATA + "=maxThreads=500";
+   }
+   
+   /**
+    * Will get used in client's InvokerLccator.
+    */
+   protected String getClientJVMArguments()
+   {
+      return "-D" + REMOTING_METADATA + "=maxThreads=500";
+   }
 
 }
\ No newline at end of file




More information about the jboss-remoting-commits mailing list