Use connection pooling in the http wagon ----------------------------------------
Key: WAGON-98 URL: http://jira.codehaus.org/browse/WAGON-98 Project: 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 is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira