You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Kilic, Hakan" <Ha...@scansoft.com> on 2003/09/18 04:09:16 UTC

Benefits of increasing bufferSize in server.xml

Hi all,

I've been tunning my Tomcat server and just wondering about the effects of
increasing the bufferSize in the server.xml. From the tomcat documentation
bufferSize is "The size (in bytes) of the buffer to be provided for input
streams created by this connector. By default, buffers of 2048 bytes will be
provided." Does this only apply to input streams (requests)? What about
large files Tomcat has to serve up to request, how do you increase the
buffer size it uses in this case (responses)?

I'm basically looking for the Tomcat equivalent of SendBufferSize in Apache.


Thanks in advance,

-Hakan Kilic