Tom,

I had this problem too but it wasn't servlet related.  It was the proxy server.

Proxy sometimes slows things down when it has to look up the name of the server
(maybe DNS problem) or when it's overloaded (a norm at our place).  Try going
by IP and you should see drastic improvement.  Also try putting the hostname
you're accessing on a list in your browser to bypass proxy.

hope this helps,
dave.

Tom Kochanowicz wrote:

> Can anyone tell me why doPost seems so much slower executing than doGet.
>
> I need to use doPost because it will be a secure form.
>
> Thanks,
>
> Tom K.
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

--
David Mossakowski        [EMAIL PROTECTED]
http://www.dwdog.com/styk      212.310.7275

"I don't sit idly by, I'm planning a big surprise"
F         U         G         A        Z        I

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to