I've seen something like this but haven't had time to look into it. I
have a scenario where a servlet calls out to another process. The
second process returns a response, but then the servlet just sits there
for a few seconds before sending any data out. All communication is
done over TCP ports on the same machine.
-Matt
"Wygand, Robert" wrote:
> Below I've attached a snippet of the logfile. As you can see from the
> logfile, the servlet did not send the response headers until almost 3 full
> seconds after the doPost function exited. This delay does not always occur,
> and when it does, it does not always occur there. I have also seen a
> similar delay between the 'Initializing servlet request' and 'Reading
> Request Data' log entries.
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]