You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Brian Foster (JIRA)" <ji...@apache.org> on 2011/03/17 01:50:29 UTC

[jira] Resolved: (OODT-160) Allow number of session protocol connections in pushpull to be configurable for each site

     [ https://issues.apache.org/jira/browse/OODT-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Foster resolved OODT-160.
-------------------------------

    Resolution: Fixed


- fixed in r1082328

> Allow number of session protocol connections in pushpull to be configurable for each site
> -----------------------------------------------------------------------------------------
>
>                 Key: OODT-160
>                 URL: https://issues.apache.org/jira/browse/OODT-160
>             Project: OODT
>          Issue Type: New Feature
>          Components: push pull framework
>    Affects Versions: 0.2
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.3
>
>         Attachments: OODT-160.2011-03-16.patch.txt
>
>
> 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: 
> {noformat}
> <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>
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira