Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/27/10 13:25:48 (14 years ago)
Author:
cneumuel
Message:

improved stateless WCF-Proxy client with ServicePool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Communication/3.3/app.config

    r4337 r4338  
    2525          hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="104857600"
    2626          maxBufferSize="104857600" maxReceivedMessageSize="104857600">
    27           <readerQuotas maxDepth="32" maxStringContentLength="104857600" maxArrayLength="104857600"
    28             maxBytesPerRead="4096" maxNameTableCharCount="16384" />
     27          <readerQuotas maxDepth="32" maxStringContentLength="104857600"
     28            maxArrayLength="104857600" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
    2929          <reliableSession ordered="true" inactivityTimeout="00:10:00"
    3030            enabled="false" />
     
    3232            <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" />
    3333            <message clientCredentialType="UserName" algorithmSuite="Default" />
    34           </security>
    35         </binding>
    36         <binding name="SlaveTcpMexEndpoint" closeTimeout="00:01:00" openTimeout="00:01:00"
    37           receiveTimeout="00:10:00" sendTimeout="00:01:00" transactionFlow="false"
    38           transferMode="Buffered" transactionProtocol="OleTransactions"
    39           hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288"
    40           maxBufferSize="65536" maxReceivedMessageSize="65536">
    41           <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
    42             maxBytesPerRead="4096" maxNameTableCharCount="16384" />
    43           <reliableSession ordered="true" inactivityTimeout="00:10:00"
    44             enabled="false" />
    45           <security mode="None">
    46             <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" />
    47             <message clientCredentialType="Windows" />
    4834          </security>
    4935        </binding>
     
    9278        </identity>
    9379      </endpoint>
    94       <endpoint address="http://localhost:9000/SlaveService/mex" binding="wsHttpBinding"
     80      <endpoint address="http://localhost:9000/SlaveService/mex" binding="wsHttpBinding" behaviorConfiguration="SlaveMexEndpoint"
    9581        bindingConfiguration="SlaveMexEndpoint" contract="SlaveService.ISlaveFacade"
    9682        name="SlaveMexEndpoint" />
     
    10288        </identity>
    10389      </endpoint>
    104       <endpoint address="net.tcp://localhost:9001/SlaveServiceStreamed/mex"
    105         binding="netTcpBinding" bindingConfiguration="SlaveTcpMexEndpoint"
    106         contract="SlaveService.ISlaveFacade" name="SlaveTcpMexEndpoint" />
    10790    </client>
    10891  </system.serviceModel>
Note: See TracChangeset for help on using the changeset viewer.