You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2007/03/22 23:17:59 UTC

svn commit: r521499 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Author: fhanik
Date: Thu Mar 22 15:17:58 2007
New Revision: 521499

URL: http://svn.apache.org/viewvc?view=rev&rev=521499
Log:
added in some useful release notes for users to be aware of.

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=521499&r1=521498&r2=521499
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Thu Mar 22 15:17:58 2007
@@ -18,7 +18,13 @@
   <subsection name="Catalina">
     <changelog>
       <add>
-        Added SENDFILE support for the NIO connector. (fhanik)
+        Added SENDFILE support for the NIO connector. (fhanik) <br/>
+        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.<br/>
+         6427312: (fc) FileChannel.transferTo() throws IOException "system call interrupted"<br/>
+         5103988: (fc) FileChannel.transferTo should return -1 for EAGAIN instead throws IOException<br/>
+         6253145: (fc) FileChannel.transferTo on Linux fails when going beyond 2GB boundary<br/>
+         6470086: (fc) FileChannel.transferTo(2147483647, 1, channel) cause "Value too large" exception<br/>
       </add>
       <add>
         Added support for shared thread pools by adding in the &lt;Executor&gt;



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r521499 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Posted by Filip Hanik - Dev Lists <de...@hanik.com>.
Remy Maucherat wrote:
> fhanik@apache.org wrote:
>> Author: fhanik
>> Date: Thu Mar 22 15:17:58 2007
>> New Revision: 521499
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=521499
>> Log:
>> added in some useful release notes for users to be aware of.
>>
>> Modified:
>>     tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
>
> To be honest, I don't think the changelog is the right place for 
> documentation. maybe you could move that to the release notes.
will do
Filip
>
> Rémy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r521499 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Posted by Remy Maucherat <re...@apache.org>.
fhanik@apache.org wrote:
> Author: fhanik
> Date: Thu Mar 22 15:17:58 2007
> New Revision: 521499
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=521499
> Log:
> added in some useful release notes for users to be aware of.
> 
> Modified:
>     tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

To be honest, I don't think the changelog is the right place for 
documentation. maybe you could move that to the release notes.

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org