From 65623bb6361506659d6fd85e13618ab4b36cf4e3 Mon Sep 17 00:00:00 2001 From: fhanik Date: Thu, 22 Mar 2007 22:17:58 +0000 Subject: [PATCH] added in some useful release notes for users to be aware of. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@521499 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 9bd7fd777..8a170f2a3 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -18,7 +18,13 @@ - Added SENDFILE support for the NIO connector. (fhanik) + Added SENDFILE support for the NIO connector. (fhanik)
+ There are some Linux bugs reported against the sendfile behavior, make sure you + have a JDK that is up to date, or disable sendfile behavior in the Connector.
+ 6427312: (fc) FileChannel.transferTo() throws IOException "system call interrupted"
+ 5103988: (fc) FileChannel.transferTo should return -1 for EAGAIN instead throws IOException
+ 6253145: (fc) FileChannel.transferTo on Linux fails when going beyond 2GB boundary
+ 6470086: (fc) FileChannel.transferTo(2147483647, 1, channel) cause "Value too large" exception
Added support for shared thread pools by adding in the <Executor> -- 2.11.0