Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/app_f005pc.config @ 6451

Last change on this file since 6451 was 6269, checked in by cneumuel, 14 years ago

#1233

  • added CpuUtilization to heartbeats
File size: 3.6 KB
Line 
1<?xml version="1.0"?>
2<configuration>
3  <runtime>
4    <gcServer enabled="true" />
5  </runtime>
6
7  <configSections>
8    <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
9      <section name="HeuristicLab.Clients.Hive.Slave.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
10    </sectionGroup>
11  </configSections>
12  <userSettings>
13    <HeuristicLab.Clients.Hive.Slave.Properties.Settings>
14      <setting name="Guid" serializeAs="String">
15        <value>00000000-0000-0000-0000-000000000000</value>
16      </setting>
17    </HeuristicLab.Clients.Hive.Slave.Properties.Settings>
18  </userSettings>
19
20  <system.serviceModel>
21    <bindings>
22      <wsHttpBinding>
23        <binding name="wsHttpBinding_Hive" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:20:00" sendTimeout="00:20:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
24          <readerQuotas maxDepth="32" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
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    </bindings>
33    <services>
34      <service name="HeuristicLab.Clients.Hive.SlaveCore.SlaveCommunicationService">
35        <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
36      </service>
37    </services>
38    <client>
39      <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
40      <endpoint address="http://localhost/Hive-3.4/HiveService.svc" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_Hive" contract="HeuristicLab.Clients.Hive.IHiveService" name="wsHttpBinding_IHiveService">
41        <identity>
42          <certificate encodedValue="AwAAAAEAAAAUAAAAfEKvcVixnJay+q4hCPFuO0JL5TQgAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhCNN5wrUcXMmE/9xwp4TYa9MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMTAxOTEwNTMxNVoXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDXwC5TGcAffd/0oAWHtm0s6YXVXEgXgb1AYmBkkkhkKIFJG/e/Z0KSYbJepmSJD44W3oOAVm+x1DAsZxU79HahDYgWCuHLMm1TLpwSmYOQ0kV3pGHWHhiWV7h7oGLds/eqZ2EOpaNGryfEPnrA4VmxY91vV5/2BTeVSWG6F8lRKQIDAQABo0kwRzBFBgNVHQEEPjA8gBAR7kBnMRHO5gzThEqda0wWoRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghCNN5wrUcXMmE/9xwp4TYa9MAkGBSsOAwIdBQADgYEAoPwEG4QTDXhlxERNDfsZmM2IhEpV42ppz1kEah2oYKDa/ElIMVtvqLv6flVtg18ENN/mEJWiHZ3NyP3qr2Pip+sh+/2WBiSbOaukES/CM7OJn9kJCImH7M/xqM8pxqY8IfgM6iBVrVj9uHqj3j2BBck+cYY8fKyh3CFifMIp6ac="/>
43        </identity>
44      </endpoint>
45    </client>
46  </system.serviceModel>
47
48  <startup>
49    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
50  </startup>
51</configuration>
Note: See TracBrowser for help on using the repository browser.