You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Roland Weber (JIRA)" <ji...@apache.org> on 2007/02/07 16:29:05 UTC

[jira] Closed: (HTTPASYNC-7) implement connection management for dispatchers

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

Roland Weber closed HTTPASYNC-7.
--------------------------------

    Resolution: Later

will re-open when the time is right

> implement connection management for dispatchers
> -----------------------------------------------
>
>                 Key: HTTPASYNC-7
>                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-7
>             Project: HttpComponents Async
>          Issue Type: New Feature
>          Components: HttpAsync
>            Reporter: Roland Weber
>         Assigned To: Roland Weber
>             Fix For: 1.1-alpha1
>
>
> Define and implement a connection management interface suitable for dispatchers, and dispatchers to use it.
> Connection management for dispatchers is different from that of synchronous HttpClient. There, a connection
> is requested for a specific target host and the thread can be blocked until one is available. With dispatchers,
> there can be a queue of requests to different hosts. A connection is allocated without a specific target, and
> a request/target can be selected by the dispatcher based on the connections-to-host limit. If none of the
> requests can be sent without violating these limits the connection should be released, but a notification from
> the connection manager is needed to indicate changes that require a new check for suitable requests.

-- 
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