Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/16/17 13:03:37 (7 years ago)
Author:
jkarder
Message:

#2743: merged r14722, r14726, r14732, r14738, r14748:14749, r14820, r14828, r15005 and r15075 into stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/app.config

    r11932 r15261  
    1 <?xml version="1.0"?>
     1<?xml version="1.0" encoding="utf-8"?>
    22<configuration>
    33  <configSections>
     
    77    </sectionGroup>
    88  </configSections>
    9   <runtime>
    10     <gcServer enabled="true"/>
    11   </runtime>
    12 
    13   <system.serviceModel>
    14     <behaviors>
    15       <endpointBehaviors>
    16         <behavior name="HiveBehaviorConfiguration">
    17           <dataContractSerializer maxItemsInObjectGraph="2147483647"/>
    18         </behavior>
    19       </endpointBehaviors>
    20     </behaviors>
    21     <bindings>
    22       <wsHttpBinding>
    23         <binding name="wsHttpBinding_Hive" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:35:00" sendTimeout="00:35:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
    24           <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
    25           <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
    26           <security mode="Message">
    27             <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
    28             <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default"/>
    29           </security>
    30         </binding>
    31       </wsHttpBinding>
    32       <netTcpBinding>
    33         <binding name="netTcpBinding_Hive" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:35:00" sendTimeout="00:35:00" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647">
    34           <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
    35           <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
    36           <security mode="TransportWithMessageCredential">
    37             <transport clientCredentialType="Windows"/>
    38             <message clientCredentialType="UserName" algorithmSuite="Default"/>
    39           </security>
    40         </binding>
    41       </netTcpBinding>
    42     </bindings>
    43 
    44     <services>
    45       <service name="HeuristicLab.Clients.Hive.SlaveCore.SlaveCommunicationService">
    46         <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
    47       </service>
    48     </services>
    49 
    50     <client>
    51       <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
    52       <endpoint address="http://services.heuristiclab.com/Hive-3.3/HiveService.svc" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_Hive" contract="HeuristicLab.Clients.Hive.IHiveService" name="wsHttpBinding_IHiveService" behaviorConfiguration="HiveBehaviorConfiguration">
    53         <identity>
    54           <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ=="/>
    55         </identity>
    56       </endpoint>
    57       <endpoint address="net.tcp://services.heuristiclab.com/Hive-3.3/HiveService.svc" binding="netTcpBinding" bindingConfiguration="netTcpBinding_Hive" contract="HeuristicLab.Clients.Hive.IHiveService" name="netTcpBinding_IHiveService" behaviorConfiguration="HiveBehaviorConfiguration">
    58         <identity>
    59           <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ=="/>
    60         </identity>
    61       </endpoint>
    62     </client>
    63 
    64   </system.serviceModel>
    659
    6610  <userSettings>
     
    13579        <value>00:00:40</value>
    13680      </setting>
     81      <setting name="CheckpointInterval" serializeAs="String">
     82        <value>18:00:00</value>
     83      </setting>
     84      <setting name="CheckpointCheckInterval" serializeAs="String">
     85        <value>00:05:00</value>
     86      </setting>
    13787    </HeuristicLab.Clients.Hive.SlaveCore.Properties.Settings>
    13888    <HeuristicLab.Clients.Hive.Settings>
     
    158108        <value>
    159109          <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    160             <string>netTcpBinding_IHiveService</string>
    161             <string>wsHttpBinding_IHiveService</string>
     110            <string>NetBinding_IHiveService</string>
     111            <string>WSHttpBinding_IHiveService</string>
    162112          </ArrayOfString>
    163113        </value>
     
    168118    </HeuristicLab.Clients.Hive.Settings>
    169119  </userSettings>
    170  
     120
     121  <system.serviceModel>
     122    <bindings>
     123      <netTcpBinding>
     124        <binding name="NetBinding_IHiveService" receiveTimeout="00:20:00"
     125          sendTimeout="00:20:00" maxBufferPoolSize="2147483647" maxBufferSize="2147483647"
     126          maxReceivedMessageSize="2147483647">
     127          <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647"
     128            maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
     129          <security mode="TransportWithMessageCredential">
     130            <message clientCredentialType="UserName" />
     131          </security>
     132        </binding>
     133      </netTcpBinding>
     134      <wsHttpBinding>
     135        <binding name="WSHttpBinding_IHiveService" receiveTimeout="00:20:00"
     136          sendTimeout="00:20:00" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647">
     137          <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647"
     138            maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
     139          <security>
     140            <message clientCredentialType="UserName" />
     141          </security>
     142        </binding>
     143      </wsHttpBinding>
     144    </bindings>
     145    <services>
     146      <service name="HeuristicLab.Clients.Hive.SlaveCore.SlaveCommunicationService">
     147        <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
     148      </service>
     149    </services>
     150    <client>
     151      <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
     152      <endpoint address="http://services.heuristiclab.com/Hive-3.3/HiveService.svc"
     153        binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHiveService"
     154        contract="HeuristicLab.Clients.Hive.IHiveService" name="WSHttpBinding_IHiveService">
     155        <identity>
     156          <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
     157        </identity>
     158      </endpoint>
     159      <endpoint address="net.tcp://services.heuristiclab.com/Hive-3.3/HiveService.svc"
     160        binding="netTcpBinding" bindingConfiguration="NetBinding_IHiveService"
     161        contract="HeuristicLab.Clients.Hive.IHiveService" name="NetBinding_IHiveService">
     162        <identity>
     163          <dns value="services.heuristiclab.com" />
     164        </identity>
     165      </endpoint>
     166    </client>
     167  </system.serviceModel>
     168
     169  <runtime>
     170    <gcServer enabled="true"/>
     171  </runtime>
     172
    171173  <startup>
    172174    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
Note: See TracChangeset for help on using the changeset viewer.