Hi,

I have experienced differences between servlet engines.  With both
ServletExec and JRun, out.flush() indeed caused pending output to appear at
the browser, but using WebSphere, the output did not appear until the
out.close() was called.  I have not been able to alter this to date.

Which servlet engine are you using, Baris?

Regards,
mark

> -----Original Message-----
> From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, 29 September 1999 3:59
> To:   [EMAIL PROTECTED]
> Subject:      Re: how could i send results to browser meanwhile
>
> >Hi,
> >I have a query and i want to send results(out.println(...)) before
> >(out.close()) to the browser.
> >How can i send my completed results to the browser when query is
> continue?
> >Do u have source code?
> >Thanks!!
>
> out.flush()
>
> (or is this a trick question???)
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
> __________________________________________________________________________
> _
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to