From: markt Date: Thu, 15 Jan 2009 21:36:57 +0000 (+0000) Subject: Add some changes from December 08 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d2c216b87e67fbcbd2f7f2e208d5da12e7021e62;p=tomcat7.0 Add some changes from December 08 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@734831 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 6c8ef9a67..9fca53782 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -94,6 +94,10 @@ Provide a log format for JULI that provides the same information as the default but on a single line. (markt) + + 723889 Provide the ability to configure the Executor job + queue size and a timeout for adding jobs to the queue. (fhanik) + @@ -115,6 +119,17 @@ Use tc-native 1.2.x which is based on APR 1.3.3+ (mturk) + + 724239 NIO connector now always uses an Executor. (fhanik) + + + 724393 Implement keepAliveCount for NIO connector in a thread + safe manner. (fhanik) + + + 724849 Implement keep alive timeout for NIO connector. + (fhanik) +