"Marc A. Saegesser" wrote:

> I've got a  servlet which needs to run for as long as there is a connection.  
It monitors events in the real world and sends data back to the client as 
certain things happen.  The data sent back to the client general comes in 
100-500 byte clumps and may arrive in a trickle.

What happens if you call flush() on your ServletOutputStream? Does Apache  send 
that to the client or does it hold it until the connection is closed? 

--Mark Ashworth 


----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://www.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to