Author: ron.sigal(a)jboss.com
Date: 2009-09-02 18:59:53 -0400 (Wed, 02 Sep 2009)
New Revision: 5436
Modified:
remoting2/branches/2.x/docs/guide/en/chap5.xml
Log:
JBREM-1107: Added comment about IdleTimeoutTask behavior.
Modified: remoting2/branches/2.x/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.x/docs/guide/en/chap5.xml 2009-09-02 22:54:56 UTC (rev 5435)
+++ remoting2/branches/2.x/docs/guide/en/chap5.xml 2009-09-02 22:59:53 UTC (rev 5436)
@@ -1460,6 +1460,12 @@
finished processing on a particular socket connection and have been
returned to the thread pool for later reuse. </para>
+ <para><emphasis role="bold">Note.</emphasis> A
server thread that is
+ engaged in a long invocation when the idle timeout checker is activated
+ can be removed from its thread pool and marked for destruction after the
+ invocation is complete. The "idleTimeout" value should be configured
+ accordingly.</para>
+
<para><emphasis role="bold">Note.</emphasis> As of
Remoting version 2.4,
some changes have been made to
<classname>ServerThread</classname>.</para>
Show replies by date