----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hi,
Maybe the out.flush() it is not enough.
You have to check the HTML tags too.
Like an example the table doesn't get displayed
until a </table> tag is reached. So if You have all
the cotent in a big table, the out.flush() works just fine
but the browser won't display it only when the
whole table is sent.
So check the : <p> and <table> tags.
Hope it helps,
Balogh Andras - [EMAIL PROTECTED]
GraFX http://www.grafx.ro
Tel/Fax: 065-250660
----- Original Message -----
From: Talip Ozturk <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 25, 2000 10:46 PM
Subject: out.flush();
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files. Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
>
> hi,
>
> i have no problem with running a servlet but i have problem with how
> the servlet runs.
>
> i have a servlet that does some work for about 10 seconds. so i am
> flushing the content (out.flush();) as the servlet produce it. by doing
that
> user can see that server keeps sending data.
>
> i tested this servlet in Jigsaw Web Server and Java Web Server and it
> worked as i expected. now in JServ, User gets all data at one time;
meaning;
> user gets data after all content is produced. User doesn't see any data
> coming for about 10 seconds, which is not good.
>
> i don't know where is the problem or what causes the problem.
>
> I am using JSDK 2.0. ApacheJServ1.1 and Apache 1.3.11 on Windows 98
> machine.
>
>
> thank you in advance...
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]