From f3314429748d16764c2576ef3588815f14a9300f Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 15 Jul 2010 22:40:22 +0000 Subject: [PATCH] ip doc polishing --- src/docbkx/ip.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/docbkx/ip.xml b/src/docbkx/ip.xml index 1c3dba40f4..2693af65c0 100644 --- a/src/docbkx/ip.xml +++ b/src/docbkx/ip.xml @@ -536,7 +536,9 @@ number of concurrent connections supported by the adapter. For tcp, using nio, specifies the number of tcp fragments that are concurrently reassembled into complete messages. - Only applies if task-executor is not configured. Defaults to 5. + It only applies in this sense if task-executor is not configured. + However, pool-size is also used for the server socket backlog, + regardless of whether an external task executor is used. Defaults to 5. task-executor @@ -677,8 +679,10 @@ pool-size Specifies the number of concurrent connections supported - by the gateway. - Only applies if task-executor is not configured. Defaults to 5. + by the gateway. A thread from the pool is used to handle each socket. + It only applies in this sense if task-executor is not configured. + However, pool-size is also used for the server socket backlog, + regardless of whether an external task executor is used. Defaults to 5. task-executor