I've written a generator which needs minute to generate all events. The
first events are fired within seconds.

As the browser aborts loading if nothing is delivered for about one minute I
need to flush the output.

I tried

((HttpResponse) objectModel.get (Constants.RESPONSE_OBJECT)).setBufferSize
(0); // or 1 insted

without success.

I couldn't find a way to set or flush the outputstream (e.g. with a
parameter inside the sitemap).

Is it possible and if so, how?

JOERN_HEID


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to