At 04:39 PM 10/14/2003, Chris Merrill wrote:
.....
One way that we test our HTTP/SSL performance is by driving a browser
through a proxy server that we have implemented in Java and the Sun
SSL implementation.  When we browse directly to the webserver (without
the proxy) in IE our large test page takes ~2 seconds to load.  When we
run through our proxy implementation, it takes ~12 seconds.

One possibility is that Java is doing reverse name lookups on the ip of the requestor. This can add huge delays if the reverse lookup does not resolve. There are ways around that if that is the case. I do not know whether that might actually apply or not in your particular case though....







_______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to