After looking at the TCP packets I can say this:
The use of flush() in COMET *does* push data-packets immediately to the
client, but it seems that
the client (in my case a browser) doesn't recognize/display them until the
outputstream is closed 
due to an ERROR/TIMEOUT or until I call close() manually for the stream.

felix


Filip Hanik - Dev Lists wrote:
> 
>  
> flush should push out the data for you. If not, please open a bugzilla 
> item and attach the test case
> http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%206
> 
> Filip
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/COMET---Delays-in-output-tf4158481.html#a11941558
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to