Hi Zsolt,

there was a message from Craig R. McClanahan on Tuesday, 
September 10, 2002 10:48 PM. He wrote:

> ...
> * You are opening an HTML element like <table> or <p> and not
> closing it
>   before the flush, and writing to a browser that does not
>   incrementally render (like Netscape 4.x).
> ...
> Counting on incremental output being visible is a very chancy
> bet.

Maybe this explains the delay.

Andreas



On 17 Oct 2002 at 15:40, Zsolt Koppany wrote:

> Hi,
> 
> My servlet can run a long time and I would like to give the user some feedback 
> about that. I write <html>...<body>... to the browser and execute a 
> out.flush() and response.flushBuffer() bit at least mozilla-1.0.1 still needs 
> a long time to get the message shown.
> 
> How can I get the browser show a message as fast as possible?
> 
> Zsolt


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to