| Author |
How to determine correct buffer size?
|
Trevor Price
Greenhorn
Joined: May 19, 2006
Posts: 16
|
|
I've been adjusting the response buffer with setBufferSize(), but I'm wondering if someone can let me know what a good size is? Is it an art form or is there a science to it, or somewhere in between? My scenario is as follows: Due to certain legacy code and other issues in this servlet, I must output thousands of lines JavaScript. That means lots of . In fact, the final output approaches 1 meg in some cases. This is mostly an intranet application, so download/upload speeds should be fairly decent. However, some people will be accessing it from an external broadband connection. Is setBufferSize(100000) too high? What kinds of things do I need to consider here?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56232
|
|
|
I've never done anything but leave the buffer size at its default setting.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: How to determine correct buffer size?
|
|
|