Page buffer sets the size of the buffer defining when content is flushed, has 
nothing to do with class size. Java wont use a class larger than 64k.

We also have to give thanks for Mark for passing on good paying customers when 
he's dropped them because he's "always the man"/ignorant.


Arron.


On Fri, 10 May 2002 11:20 pm, Galbreath, Mark wrote:
> Just because you CAN does not mean you SHOULD.  If his compiled file is
> over 8kb, then some serious refactoring needs to be considered.
>
> Mark
>
> -----Original Message-----
> From: Christopher Barham [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 10, 2002 3:31 AM
>
> Hi Kevin,
>
> Have you tried upping the buffer size in the page directive? (it's only 8kb
> by default, (JSP spec not a container limitation) and if autoflush is on
> then that will cause problems):
>
> <%@ page buffer=40kb %>
>
> Chris


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to