Last change
on this file since 5232 was
5232,
checked in by cneumuel, 14 years ago
|
#1260
- added cancellation to HiveEngine
- made HiveEngine more failproof for flaky connection to hive server
- increased WCF message quotas to 300MB
|
File size:
3.7 KB
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <configuration>
|
---|
3 | <configSections>
|
---|
4 | </configSections>
|
---|
5 |
|
---|
6 | <system.serviceModel>
|
---|
7 |
|
---|
8 | <bindings>
|
---|
9 | <netTcpBinding>
|
---|
10 | <binding name="ClientTcpStreamedEndpoint" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:30:00" sendTimeout="00:30:00" transactionFlow="false" transferMode="Streamed" transactionProtocol="OleTransactions" hostNameComparisonMode="StrongWildcard" listenBacklog="10" maxBufferPoolSize="524288" maxBufferSize="65536" maxConnections="10" maxReceivedMessageSize="314572800">
|
---|
11 | <readerQuotas maxDepth="32" maxStringContentLength="314572800" maxArrayLength="314572800" maxBytesPerRead="314572800" maxNameTableCharCount="314572800"/>
|
---|
12 | <reliableSession ordered="true" inactivityTimeout="00:30:00" enabled="false"/>
|
---|
13 | <security mode="TransportWithMessageCredential">
|
---|
14 | <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign"/>
|
---|
15 | <message clientCredentialType="UserName" algorithmSuite="Default"/>
|
---|
16 | </security>
|
---|
17 | </binding>
|
---|
18 | </netTcpBinding>
|
---|
19 | <wsHttpBinding>
|
---|
20 | <binding name="ClientHttpEndpoint" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:30:00" sendTimeout="00:30:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="314572800" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
|
---|
21 | <readerQuotas maxDepth="32" maxStringContentLength="314572800" maxArrayLength="314572800" maxBytesPerRead="314572800" maxNameTableCharCount="314572800"/>
|
---|
22 | <reliableSession ordered="true" inactivityTimeout="00:30:00" enabled="false"/>
|
---|
23 | <security mode="Message">
|
---|
24 | <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
|
---|
25 | <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default"/>
|
---|
26 | </security>
|
---|
27 | </binding>
|
---|
28 | </wsHttpBinding>
|
---|
29 | </bindings>
|
---|
30 | <client>
|
---|
31 | <endpoint address="net.tcp://services.heuristiclab.com:8000/Hive-3.3/ClientService.svc" binding="netTcpBinding" bindingConfiguration="ClientTcpStreamedEndpoint" contract="HeuristicLab.Hive.Contracts.Interfaces.IClientFacade" name="ClientTcpStreamedEndpoint">
|
---|
32 | <identity>
|
---|
33 | <dns value="services.heuristiclab.com"/>
|
---|
34 | </identity>
|
---|
35 | </endpoint>
|
---|
36 | <endpoint address="http://services.heuristiclab.com/Hive-3.3/ClientService.svc" binding="wsHttpBinding" bindingConfiguration="ClientHttpEndpoint" contract="HeuristicLab.Hive.Contracts.Interfaces.IClientFacade" name="ClientHttpEndpoint">
|
---|
37 | <identity>
|
---|
38 | <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ=="/>
|
---|
39 | </identity>
|
---|
40 | </endpoint>
|
---|
41 | </client>
|
---|
42 |
|
---|
43 | </system.serviceModel>
|
---|
44 | <startup>
|
---|
45 | <supportedRuntime version="v2.0.50727"/>
|
---|
46 | </startup>
|
---|
47 | </configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.