You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2007/09/02 14:59:19 UTC

[jira] Moved: (HTTPCORE-113) BufferingHttpClientHandler resolving host name for ip address takes too long

     [ https://issues.apache.org/jira/browse/HTTPCORE-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski moved HTTPASYNC-11 to HTTPCORE-113:
-----------------------------------------------------

    Component/s:     (was: HttpAsync)
                 HttpCore NIO
            Key: HTTPCORE-113  (was: HTTPASYNC-11)
        Project: HttpComponents Core  (was: HttpComponents Async)

> BufferingHttpClientHandler resolving host name for ip address takes too long
> ----------------------------------------------------------------------------
>
>                 Key: HTTPCORE-113
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-113
>             Project: HttpComponents Core
>          Issue Type: Bug
>          Components: HttpCore NIO
>         Environment: ubuntu7.04 jdk1.5.0_09
>            Reporter: zzzhc
>
> in 
> public void connected(final NHttpClientConnection conn, final Object attachment) 
> HttpHost host = new HttpHost(address.getHostName(), port);
> this will spend too many time,and block the thread(if use ip address connect to host)
> user can set httphost in HttpRequestExecutionHandler.initalizeContext
> so i think  resolve hostname is not needed

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: httpcomponents-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org