Re: Why does HttpURLConnection connect take a long time
Posted By:
Andy_Sun
Posted On:
Wednesday, June 26, 2002 09:17 AM
It doesn't sound right. Tomcat is also using proxy. The IE and Tomcat app are referring to the same external URL. If it is cached by the proxy server, both should benefit.
Can not test IP because it's an external URL with name only.
But once the resource is accessed once on Tomcat, later access are much faster because connect has been executed, even though the URL is slightly modified with different parameters. But my question is still why does it take that long to connect to an internet resource.
Thanks.