-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Hi all,
We have written a Java servlet which reads specific tags from
a HTML (We call it VHTML) file and replaces them with HTML code
built using details extracted from an Oracle database.
We have also written the same pages using JSP (0.91 for GNUJSP)
and are able to display the completed page using both formats.
Using a browser we appear to get a better response from the JSP
than the VHTML pages.
We have also written an applet which will start a number of
threads which each open a connection to the servlet and request
the HTML generated, then logs the time takem to open a stream to
the servlet, the time to read the HTML and the total time.
The problem is that when we look at the pages from a browser the
JSP appears much quicker than the VHTML, but when tested through
the applet the time required to download the page is comparable
but the time to open the stream goes from 8 miliseconds for the
VHTML page to 36 seconds for the JSP page.
This tends to suggest that the configuration of the GNUJSP is
the cause.
We have Apache version 1.3.6, Jserv version 1.0, JSDK version
2.0 with GNUJSP version 0.9.10 installed on a Solaris
(SunOS 5.6) box.
If anyone has any idea what we should look at to improve the
performance of GNUJSP, or any other version of JSP we could use
with apache we would like to here from you.
--
--------------------------------------------------------------
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]