Uploaded image for project: 'OODT (Retired)'
  1. OODT (Retired)
  2. OODT-160

Allow number of session protocol connections in pushpull to be configurable for each site

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.2
    • 0.3
    • push pull framework
    • None
    • none

    Description

      Existing java property 'org.apache.oodt.cas.pushpull.file.retrieval.system.recommended.thread.count' will still be treated as the ultimate max (reguardless of what each site it set to). This feature will allow number of connections to be restricted on a per site bases for the cases where sites restrict connections from a single IP to a given number. This will be configurable in the ExternalSources.xml file. The following source limits it's ftp connection to 'some.host.org' to 5 simultaneous download sessions:

      <sources>
          ...
          <source host="some.host.org">
              <login type="ftp" alias="host-alias">
                  <username>anonymous</username>
                  <password>Brian.M.Foster@jpl.nasa.gov</password>
                  <maxConn>5</maxConn>
              </login>
          </source>
          ...
      </sources>
      

      Attachments

        1. OODT-160.2011-03-16.patch.txt
          6 kB
          Brian Foster

        Activity

          People

            bfoster Brian Foster
            bfoster Brian Foster
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: