https://issues.apache.org/bugzilla/show_bug.cgi?id=50791
Summary: appropriate buffer size can accelerate the copyRange
Product: Tomcat 7
Version: 7.0.8
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Servlet & JSP API
AssignedTo: [email protected]
ReportedBy: [email protected]
In the file
./apache-tomcat-7.0.8-src/java/org/apache/catalina/servlets/DefaultServlet.java
line : 2095
In the function "copyRange", the buffer size "input" is fixed.
Based on the bug Apache 32546 and the experiment, a appropriate buffer size
based on the length of the inputstream can help improve the performance a lot.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]