Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/20/09 13:56:55 (15 years ago)
Author:
kgrading
Message:

splitted the sendfinishedjob / snapshot method in two seperate methods, fixed the locking, added real memory management (#529)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Communication/app.config

    r1366 r1379  
    1313                        maxBytesPerRead="4096" maxNameTableCharCount="16384" />
    1414                    <reliableSession ordered="true" inactivityTimeout="00:10:00"
    15                         enabled="false" />
    16                     <security mode="Transport">
     15                        enabled="true" />
     16                    <security mode="None">
    1717                        <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" />
    1818                        <message clientCredentialType="Windows" />
     
    2222        </bindings>
    2323        <client>
    24             <endpoint address="net.tcp://10.20.53.2:9000/HiveServer/ClientCommunicator"
     24            <endpoint address="net.tcp://10.20.53.3:9000/HiveServer/ClientCommunicator"
    2525                binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientCommunicator"
    26                 contract="ServerService.IClientCommunicator" name="NetTcpBinding_IClientCommunicator">
    27                 <identity>
    28                     <userPrincipalName value="mse08023@fhs-hagenberg.ac.at" />
    29                 </identity>
    30             </endpoint>
     26                contract="ServerService.IClientCommunicator" name="NetTcpBinding_IClientCommunicator" />
    3127        </client>
    3228    </system.serviceModel>
Note: See TracChangeset for help on using the changeset viewer.