Hello Alexander,
> I wanted to create a progress bar with CSP like > described here: > http://www.myblogroll.com/Articles/progressbar/ > > Here %response.Flush() is used massively. But I > found out that it only works with the built in Cach� > webserver (Port 1972). In other cases the browser > does nothing and waits all the period until the last > byte is sent by Cach� and then presents the progress > bar at 100%. > > What's wrong? If you use a webserver (apache?), the websever itselfs has an output- buffer. If you call %response.Flush the Cach� IO-Buffers are flushed! But you can't control the buffer-behavior of your webserver from within Cach�. Thats the problem. Maybe you can use a JS / server-call combination to realise a progress-bar? HTH Florian
