----------------------------------------------------------------
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]

Reply via email to