Author: ron.sigal(a)jboss.com
Date: 2009-09-02 19:02:47 -0400 (Wed, 02 Sep 2009)
New Revision: 5437
Modified:
remoting2/branches/2.2/docs/guide/en/chap5.xml
Log:
JBREM-1107: Altered previous comment about IdleTimeoutTask behavior.
Modified: remoting2/branches/2.2/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap5.xml 2009-09-02 22:59:53 UTC (rev 5436)
+++ remoting2/branches/2.2/docs/guide/en/chap5.xml 2009-09-02 23:02:47 UTC (rev 5437)
@@ -1233,8 +1233,9 @@
invocation. If the idle timeout facility is used, upgrading is strongly
recommended. Note that even with the bug fix, a server thread that is
engaged in a long invocation when the idle timeout checker is activated
- can be marked for destruction after the invocation is complete. The
- "idleTimeout" value should be configured accordingly.</para>
+ can be removed from its thread pool and marked for later destruction once
+ the invocation is complete. The "idleTimeout" value should be
configured
+ accordingly.</para>
<para><emphasis role="bold">Note.</emphasis> Prior to
release
2.2.2.SP7, if a server thread experienced a
Show replies by date