You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alexis Midon (JIRA)" <ji...@apache.org> on 2009/03/03 03:24:56 UTC

[jira] Commented: (ODE-533) Share a connection manager across SoapExternalServices

    [ https://issues.apache.org/jira/browse/ODE-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678205#action_12678205 ] 

Alexis Midon commented on ODE-533:
----------------------------------

committed in 1.X   749508.

To see all pool activity, activate the log category :org.apache.commons.httpclient.MultiThreadedHttpConnectionManager

> Share a connection manager across SoapExternalServices
> ------------------------------------------------------
>
>                 Key: ODE-533
>                 URL: https://issues.apache.org/jira/browse/ODE-533
>             Project: ODE
>          Issue Type: Improvement
>          Components: Axis2 Integration
>    Affects Versions: 1.1, 1.1.1, 1.2
>            Reporter: Alexis Midon
>            Assignee: Alexis Midon
>
> All external service should share the same http connection manager. The connection manager will be initialized by ODEServer. ExternalServices would receive a ConfigurationContext instance containing this connection manager.
> Configuration of the connection manager will be done through ode-axis2.properties :
> "http.connection-manager.max-per-host"
> "http.connection-manager.max-total"
> In addition, we should make sure axis2 release the connections to the pool. By invoking OperationClient#complete.
> see http://markmail.org/thread/voabzcl6u2pck74n

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