Uploaded image for project: 'Maven Wagon'
  1. Maven Wagon
  2. WAGON-98

Use connection pooling in the http wagon

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • wagon-http
    • None

    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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mrdon Donald J. Brown
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: