-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
> I have a strange effect with a Jserv 1.0 servlet (Apache 1.3.6)
> which writes a TABLE. It seems that when the table reaches
> a certain size (it uses the POST method) the frame source (the servlet
> is using a frame as the TARGET) is disrupted inmidst and the
> </TABLE> is never reached.
>
> How can this happen?
If it is a very large table and the JVM is running out of memory, then that
could be your issue. What is written to the log files?
-jon
--
--------------------------------------------------------------
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]