Maven Wagon

Use connection pooling in the http wagon

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: wagon-http
  • Labels:
    None
  • Number of attachments :
    1

Description

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

Issue Links

Activity

Hide
Don Brown added a comment -
Show
Don Brown added a comment - See WAGON-86

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: