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

We are using Apache 1.3.12 along with tomcat 3.1, currently on Windows NT.
We have some servlets which send data to the clients in relatively small
chunks (in response to an HTTP request), using "flush" after writing each
chunk.
However, it seems that the apache has huge buffers, and the "flush" does not
affect it; thus it sends big chunks once in a while, and in our case the
client waits a long time until it gets all the data in one big chunk.

In the apache FAQs I could find a similar problem, but with scripts ,and it
said that this problem is solved in apache 1.3 for CGI scripts
(http://www.apache.org/docs/misc/FAQ.html#nph-scripts)
However, I could not find anything regarding the problem with java servlets.

Is it a known problem?
Does it have any solution?

Thanks

Boaz


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to