Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 83975 invoked from network); 25 Jul 2007 17:08:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 17:08:27 -0000 Received: (qmail 6092 invoked by uid 500); 25 Jul 2007 17:08:18 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 6049 invoked by uid 500); 25 Jul 2007 17:08:18 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 6036 invoked by uid 500); 25 Jul 2007 17:08:18 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 6028 invoked by uid 99); 25 Jul 2007 17:08:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 10:08:18 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 10:08:16 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 52D071A981A; Wed, 25 Jul 2007 10:07:56 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r559524 - /tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Date: Wed, 25 Jul 2007 17:07:56 -0000 To: tomcat-dev@jakarta.apache.org From: rjung@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070725170756.52D071A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rjung Date: Wed Jul 25 10:07:55 2007 New Revision: 559524 URL: http://svn.apache.org/viewvc?view=rev&rev=559524 Log: Fix docs about default connection pool size for IIS and non-Apache. Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/workers.xml?view=diff&rev=559524&r1=559523&r2=559524 ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/reference/workers.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Wed Jul 25 10:07:55 2007 @@ -160,7 +160,8 @@ should reflect the number of threads per child process. JK will discover the number of threads per child process on Apache 2 web server with worker-mpm and set its default value to match the ThreadsPerChild Apache directive. For IIS the default -value is 10. For other web servers than Apache or IIS this value has to be set manually. +value is 250. For other web servers than Apache or IIS the default value is 1 +and you should adjust it manually.

Do not use connection_pool_size with values higher then 1 on Apache 2.x prefork or Apache 1.3.x! --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org