Last change
on this file since 6362 was
6357,
checked in by cneumuel, 14 years ago
|
#1233
- refactoring of slave core
- created JobManager, which is responsible for managing jobs without knowing anything about the service. this class is easier testable than slave core
- lots of cleanup
- created console test project for slave
|
File size:
3.0 KB
|
Rev | Line | |
---|
[5541] | 1 | <?xml version="1.0"?>
|
---|
| 2 | <configuration>
|
---|
[6357] | 3 | <runtime>
|
---|
| 4 | <gcServer enabled="true" />
|
---|
| 5 | </runtime>
|
---|
| 6 |
|
---|
[5541] | 7 | <system.serviceModel>
|
---|
| 8 | <bindings>
|
---|
| 9 | <wsHttpBinding>
|
---|
[6167] | 10 | <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">
|
---|
[5541] | 11 | <readerQuotas maxDepth="32" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="4096" maxNameTableCharCount="2147483647"/>
|
---|
| 12 | <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
|
---|
| 13 | <security mode="Message">
|
---|
| 14 | <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
|
---|
| 15 | <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default"/>
|
---|
| 16 | </security>
|
---|
| 17 | </binding>
|
---|
| 18 | </wsHttpBinding>
|
---|
| 19 | </bindings>
|
---|
| 20 |
|
---|
| 21 | <services>
|
---|
[5599] | 22 | <service name="HeuristicLab.Clients.Hive.SlaveCore.SlaveCommunicationService">
|
---|
| 23 | <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
|
---|
[5541] | 24 | </service>
|
---|
| 25 | </services>
|
---|
| 26 |
|
---|
| 27 | <client>
|
---|
[5711] | 28 | <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
|
---|
[5541] | 29 | <!--http://localhost:9000/Hive-3.4-->
|
---|
| 30 | <endpoint address="http://localhost/HiveService.svc"
|
---|
| 31 | binding="wsHttpBinding"
|
---|
[6167] | 32 | bindingConfiguration="wsHttpBinding_Hive"
|
---|
[5599] | 33 | contract="HeuristicLab.Clients.Hive.IHiveService"
|
---|
[5541] | 34 | name="wsHttpBinding_IHiveService">
|
---|
| 35 | <identity>
|
---|
| 36 | <certificate encodedValue="AwAAAAEAAAAUAAAAiQt8DnyaI8rYHhLNyW62i58+eG8gAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhAFNFYz6Srdmk3PZJ/mka5sMAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMTIwNjE0MTc0M1oXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCueTMWJzOZ1IBacG40aWdr3qDWijEO4VwhgtNr+WNFsRG+qW2rTZZFtaC0U028aj3MX13mr+pzpcPJMes2rr38PuxhN6BhdzgRfyEy/eHk4iKqZztuJSXgNAyfyjhovTchLitT2lilddTRFj2PlLYv+PUu+QhQNTm2iW4UDljS9wIDAQABo0kwRzBFBgNVHQEEPjA8gBBeipmIklE3kPz7i+AdKqAgoRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghAFNFYz6Srdmk3PZJ/mka5sMAkGBSsOAwIdBQADgYEAGnxEaFT8QKKk1DtJ8/+TOBxSo0UkBlNiTY0HKkA3w/2DOPZKybhslm8gqJic8ZPsk5YgEibrdQqB0AnNG983RAlFqgGvsAbQAMXTDJ5GoTgHaxk/T+7a7Sk4xJALUL/vWuPGbA354RVoKA4gV3gJzU+Fj3/fLACf0+D/nR9B5nw=" />
|
---|
| 37 | </identity>
|
---|
| 38 |
|
---|
| 39 | </endpoint>
|
---|
| 40 | </client>
|
---|
| 41 |
|
---|
| 42 | </system.serviceModel>
|
---|
| 43 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.