Re: Does setBufferSize() work?

2004-04-19 Thread Graham Lea
Graham Lea wrote: Summary: Tomcat appears to be committing the response buffer when it is much less full (~200K) than the buffer size I have set (4MB). I think I've made some headway... I conjecture that the buffer size of the ServletResponse is irrelevant to a JSP - that perhaps a JSP is only

Does setBufferSize() work?

2004-04-18 Thread Graham Lea
Summary: Tomcat appears to be committing the response buffer when it is much less full (~200K) than the buffer size I have set (4MB). Using Tomcat 4.0.1 (by necessity). In my normal requests, I am generating a large amount of HTML through JSPs. Because there's a lot of different stuff to generat