Re: Re[2]: Re[2]: Servlet Runs SLow

2001-08-15 Thread A.L.
Jonathan, Thank you very much. It may take me a little while, but I am going to make every effort to understand the improvements you made. I will say, that netscape is loading the html much quicker. Nevertheless, once in a while it does take a while to load the page... Sometimes it even lo

Re[2]: Re[2]: Servlet Runs SLow

2001-08-15 Thread Jonathan Pierce
Amos, I fixed a few things for you. Try my version. #1: There was no need to keep allocating StringBuffers, I just passed the output PrintWriter. #2: I fixed your form action to use the request context path for the action instead of hard-coding it. #3. I added a call to out.flush () before your