----------------------------------------------------------------
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 Gustavo
Gee ur so impatient!! Can't you wait 2 minutes! hehehe
But seriously, this is very bizarre behaviour. Could you post a code
snippet so we can see what it going on?
Without looking at your code, I'd put a log("Before Insert") in the code
one line before the actual database insert. Then a log("After Insert")
one line after the insert. Check the logs to see the time diff between
the two log entries. if it is nothing, then that clears your insert code.
What aere you doing next ? Generating a confirmation page or such? Are
you correctly ending the HTML .. ete etc there are so many possibilites.
You need to narrow down the region of code causing the problem and the
above it step one in doing that.
hth
Chris
On Wed, 11 Oct 2000 00:39:30 -0300, Gustavo Arruda wrote:
>----------------------------------------------------------------
>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 everyone,
>
>I have Apache 1.3.9 plus JSERV 1.0 plus JSSI1.1.2 plus GNUJSP. It works fine
>in my PC, which has Windows 98 installed. When I migrated this whole thing
>to a NT Server 4.0, running Apache as a service with proper privileges, it
>works fine when it is reading information from database and returning the
>output, but it takes aprox. 2 minutes to process an insertion in the
>database and return the output to the screen. What I am trying to do is
>sending information from a form, using POST method, dealing the information
>with the doPost method of a Servlet and printing a Success/Failure msg. It
>seems to me that the insertion goes quick (I checked the database content
>instantaneously), but the returning msg is the thing that takes too long. No
>logs are registered by Apache.
>Could anyone give me some light?
>Thanks in advance,
>Gustavo
>
>[EMAIL PROTECTED]
>
>
>
>
>--
>--------------------------------------------------------------
>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]
>
--
--------------------------------------------------------------
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]