Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/07/13 13:54:49 (12 years ago)
Author:
pfleck
Message:

#2030
Configured Tcp binding for Hive service on Hive clients.
Added binding-configuration priority list in Hive settings for managing multiple binding-configurations.
Added retry mechanism for multiple Hive-service bindings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HivePerformance/sources/HeuristicLab.Clients.Hive/3.3/Settings.settings

    r9207 r9461  
    44  <Settings>
    55    <Setting Name="MaxParallelUploads" Type="System.Int32" Scope="Application">
    6       <Value Profile="(Default)">1</Value>
     6      <Value Profile="(Default)">16</Value>
    77    </Setting>
    88    <Setting Name="HLBinaryName" Type="System.String" Scope="Application">
     
    1313    </Setting>
    1414    <Setting Name="MaxParallelDownloads" Type="System.Int32" Scope="Application">
    15       <Value Profile="(Default)">2</Value>
     15      <Value Profile="(Default)">4</Value>
    1616    </Setting>
    1717    <Setting Name="MaxRepeatServiceCalls" Type="System.Int32" Scope="Application">
     
    2121      <Value Profile="(Default)">anonymous</Value>
    2222    </Setting>
     23    <Setting Name="EndpointConfigurationPriorities" Type="System.Collections.Specialized.StringCollection" Scope="Application">
     24      <Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
     25&lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
     26  &lt;string&gt;netTcpBinding_IHiveService&lt;/string&gt;
     27  &lt;string&gt;wsHttpBinding_IHiveService&lt;/string&gt;
     28&lt;/ArrayOfString&gt;</Value>
     29    </Setting>
     30    <Setting Name="MaxEndpointRetries" Type="System.Int32" Scope="Application">
     31      <Value Profile="(Default)">5</Value>
     32    </Setting>
    2333  </Settings>
    2434</SettingsFile>
Note: See TracChangeset for help on using the changeset viewer.