JBoss Remoting SVN: r6361 - remoting2/branches/2.2/docs/guide/en.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2011-05-05 21:27:31 -0400 (Thu, 05 May 2011)
New Revision: 6361
Modified:
remoting2/branches/2.2/docs/guide/en/chap5.xml
Log:
JBREM-1275: Added definition of bisocket "secondaryMaxThreads" and "secondaryTimeout" parameters.
Modified: remoting2/branches/2.2/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap5.xml 2011-05-06 01:11:12 UTC (rev 6360)
+++ remoting2/branches/2.2/docs/guide/en/chap5.xml 2011-05-06 01:27:31 UTC (rev 6361)
@@ -2858,7 +2858,42 @@
number of attempts it should make to create both ordinary and control
sockets. The default value is 10. </para>
-
+ <para>
+ <emphasis role="bold">MAX_CONTROL_CONNECTION_RESTARTS</emphasis>
+ (actual value is "maxControlConnectionRestarts"): The client side uses
+ this value to limit the number of times it will request a new control
+ connection after a ping timeout. The default value is 10.
+ </para>
+
+ <para>
+ <emphasis role="bold">SECONDARY_BIND_PORT</emphasis> (actual value is
+ "secondaryBindPort"): The server side uses this parameter to determine
+ the bind port for the secondary
+ <classname>ServerSocket</classname>.</para>
+
+ <para>
+ <emphasis role="bold">SECONDARY_CONNECT_PORT</emphasis> (actual value
+ is "secondaryConnectPort"): The server side uses this parameter to
+ determine the connect port used by the client side to connect to the
+ secondary <classname>ServerSocket</classname>.
+ </para>
+
+
+ <para>
+ <emphasis role="bold">SECONDARY_MAX_THREADS</emphasis> (actual value
+ is "secondaryMaxThreads"): Determines the maximum number of
+ sockets accepted by the secondary <classname>ServerSocket</classname>
+ that can be processed simultaneously. Introduced in release
+ 2.2.4. Default value is 50.</para>
+
+ <para>
+ <emphasis role="bold">SECONDARY_TIMEOUT</emphasis> (actual value
+ is "secondaryTimeout"): Determines the timeout used when reading
+ initial data from a socket accepted by the secondary
+ <classname>ServerSocket</classname>. Introduced in release
+ 2.2.4. Default value is 60000 ms.
+ </para>
+
<para>Also, the parameter "acceptThreadPriorityIncrement", inherited from
<classname>org.jboss.remoting.transport.socket.SocketServerInvoker</classname>, can
be used to increment the priority of the thread that manages the secondary
@@ -6619,6 +6654,21 @@
determine the connect port used by the client side to connect to the
secondary <classname>ServerSocket</classname>.</para>
+ <para>
+ <emphasis role="bold">SECONDARY_MAX_THREADS</emphasis> (actual value
+ is "secondaryMaxThreads"): Determines the maximum number of
+ sockets accepted by the secondary <classname>ServerSocket</classname>
+ that can be processed simultaneously. Introduced in release
+ 2.2.4. Default value is 50.</para>
+
+ <para>
+ <emphasis role="bold">SECONDARY_TIMEOUT</emphasis> (actual value
+ is "secondaryTimeout"): Determines the timeout used when reading
+ initial data from a socket accepted by the secondary
+ <classname>ServerSocket</classname>. Introduced in release
+ 2.2.4. Default value is 60000 ms.
+ </para>
+
<bridgehead>org.jboss.remoting.transport.http.HTTPMetadataConstants</bridgehead>
<para>The following are keys to use to get corresponding values from the