From jboss-remoting-commits at lists.jboss.org Tue Mar 22 18:46:44 2011 Content-Type: multipart/mixed; boundary="===============7172724371109540604==" MIME-Version: 1.0 From: jboss-remoting-commits at lists.jboss.org To: jboss-remoting-commits at lists.jboss.org Subject: [jboss-remoting-commits] JBoss Remoting SVN: r6298 - remoting2/branches/2.x/docs/userguide/en. Date: Tue, 22 Mar 2011 18:46:44 -0400 Message-ID: <201103222246.p2MMki9u026531@svn01.web.mwc.hst.phx2.redhat.com> --===============7172724371109540604== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ron.sigal(a)jboss.com Date: 2011-03-22 18:46:43 -0400 (Tue, 22 Mar 2011) New Revision: 6298 Modified: remoting2/branches/2.x/docs/userguide/en/chap4.xml remoting2/branches/2.x/docs/userguide/en/chap5.xml Log: JBREM-1277: Added references to "acceptThreadPriorityIncrement" parameter. Modified: remoting2/branches/2.x/docs/userguide/en/chap4.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- remoting2/branches/2.x/docs/userguide/en/chap4.xml 2011-03-22 19:53:11 = UTC (rev 6297) +++ remoting2/branches/2.x/docs/userguide/en/chap4.xml 2011-03-22 22:46:43 = UTC (rev 6298) @@ -44,6 +44,15 @@
Server side parameters = + acceptThreadPriorityIncrement = - can + be used to increment the priority of the accept thread, which manages t= he + ServerSocket. The value is added to + java.lang.Thread.NORM_PRIORITY, and the resulting value mu= st be + no more than java.lang.Thread.MAX_PRIORITY. This paramete= r might + be useful on a heavily loaded machine if the accept + thread is getting starved. Introduced in release 2.5.4.SP2. + + = backlog - the preferred number= of unaccepted incoming connections allowed at a given time. The actual number may be greater than the specified backlog. When the queue is Modified: remoting2/branches/2.x/docs/userguide/en/chap5.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- remoting2/branches/2.x/docs/userguide/en/chap5.xml 2011-03-22 19:53:11 = UTC (rev 6297) +++ remoting2/branches/2.x/docs/userguide/en/chap5.xml 2011-03-22 22:46:43 = UTC (rev 6298) @@ -46,6 +46,15 @@
Server side parameters = + acceptThreadPriorityIncrement = - can + be used to increment the priority of the thread which manages the secon= dary + ServerSocket (as well as the thread that manages= the primary + ServerSocket in the socket transport). The valu= e is added to + java.lang.Thread.NORM_PRIORITY, and the resulting value mu= st be + no more than java.lang.Thread.MAX_PRIORITY. This paramete= r might + be useful on a heavily loaded machine if the accept + thread is getting starved. Introduced in release 2.5.4.SP2. + = pingFrequency - the frequency,= in milliseconds, with which the server side sends a ping over the control connection. The default value is 500= 0 milliseconds. = --===============7172724371109540604==--