How about setting your buffer size smaller. It will force flushing more 
often.

response.setBufferSize(int size)
or
<%@ page buffer="8kb" %>



Sam Cheung wrote:
> Hi,
> 
> I would like to send response back to user during the
> execution of the doGet() method, not upon completion
> of the excution of the doGet() method.
> 
> I try calling the flushBuffer() of the response and 
> the flush() of the print writer of the response but it
> does not work, could someone please tell me how I can
> do it?
> 
> Thanks for your help.
> Sam


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

Reply via email to