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
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>[email protected]</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