Re: How to limit concurrent requests by same user

2004-04-21 Thread Graham Lea
quence, ignoring all requests in between. The user should never see "nothing" (except in the multiple-window scenario I already pointed out). Graham. -- Graham Lea Software Engineer Forge Research Pty Ltd Suite G11, Bay 9, Locomotive Workshop Australian Technology Park, Cornwalli

Re: How to limit concurrent requests by same user

2004-04-21 Thread Graham Lea
2 2.04 Thank you! Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Graham Lea Software Engineer Forge Research Pty Ltd Suite G11, Bay 9, Locomotive Workshop Australian Te

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

Does setBufferSize() work?

2004-04-18 Thread Graham Lea
rong or even avenues that I might look down would be much appreciated. I have already tried testing the setBufferSize() / interaction on a smaller scale and it seemed to do what I expected - it just doesn't work with the real thing. Thanks in advance, Graham. -- Graham Lea Software Engine