Why?
"Jakarta Commons Users List" <[email protected]> wrote: > > Hi, > > I just noticed that in > org/apache/commons/httpclient/protocol/DefaultProtocolSocketFactory > > we use the Socket(host, port), why not use Socket(InetAddress, port) > > I guess the the Socket(host, port) will eventually call > Socket(InetAddress, port), right? > I think if we use Socket(InetAddress, port), can improve the productivity. > > thoughts? > > James. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ----------------------------------------------------------------- Find the home of your dreams with eircom net property Sign up for email alerts now http://www.eircom.net/propertyalerts --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
