Author: ron.sigal(a)jboss.com
Date: 2008-05-22 00:06:46 -0400 (Thu, 22 May 2008)
New Revision: 4221
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/oneway/OnewayThreadPoolTestCase.java
Log:
JBREM-930: In testHeavyLoadClientSideHttp() changed "maxThreads" to
"maxProcessors".
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/oneway/OnewayThreadPoolTestCase.java
===================================================================
---
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/oneway/OnewayThreadPoolTestCase.java 2008-05-22
04:02:19 UTC (rev 4220)
+++
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/oneway/OnewayThreadPoolTestCase.java 2008-05-22
04:06:46 UTC (rev 4221)
@@ -320,7 +320,7 @@
String host = InetAddress.getLocalHost().getHostAddress();
int port = PortUtil.findFreePort(host);
String locatorURI = "http://" + host + ":" + port;
- locatorURI += "/?maxThreads=400";
+ locatorURI += "/?maxProcessors=400";
InvokerLocator locator = new InvokerLocator(locatorURI);
Connector connector = new Connector(locator);
connector.create();
Show replies by date