[ 
https://jira.codehaus.org/browse/WAGON-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier Lamy closed WAGON-98.
-----------------------------


> Use connection pooling in the http wagon
> ----------------------------------------
>
>                 Key: WAGON-98
>                 URL: https://jira.codehaus.org/browse/WAGON-98
>             Project: Maven Wagon
>          Issue Type: Improvement
>          Components: wagon-http
>            Reporter: Don Brown
>         Attachments: connection-pooling.diff
>
>
> The http wagon should take advantage of the connection pooling feature of 
> commons-httpclient.  Currently, the multithreaded connection manager is used, 
> which is right, but instantiated per request, which defeats the purpose.  It 
> needs to be created and stored statically, since multiple instances will be 
> created in Maven 2.  The patch also updates the httpclient version to 3.1



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to