Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/09/11 14:12:10 (13 years ago)
Author:
cneumuel
Message:

#1233

  • removed Job-dto objects from slave core (since it stores outdated objects)
  • added command textbox to HiveJobView
  • improved the way the control buttons behave in HiveJobView
  • improved job control (pause and stop is also possible when job is not currently calculating)
  • improved gantt chart view (last state log entry is also displayed)
  • unified code for downloading jobs between experiment manager and hive engine
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Web/Hive-3.4/Web.config

    r6167 r6168  
    3030    <bindings>
    3131      <wsHttpBinding>
    32         <binding name="WSHttpBinding_IHiveService" receiveTimeout="00:20:00"
    33           sendTimeout="00:20:00" maxBufferPoolSize="104857600" maxReceivedMessageSize="104857600">
    34           <readerQuotas maxStringContentLength="104857600" maxArrayLength="104857600" />
     32
     33        <binding name="WSHttpBinding_IHiveService"
     34                 receiveTimeout="00:10:00"
     35                 sendTimeout="00:10:00"
     36                 maxBufferPoolSize="2147483647"
     37                 maxReceivedMessageSize="2147483647">
     38          <readerQuotas maxStringContentLength="2147483647" maxArrayLength="2147483647" />
    3539          <security mode="Message">
    3640            <transport clientCredentialType="Certificate"/>
     
    5559          <serviceSecurityAudit auditLogLocation="Application" suppressAuditFailure="false" messageAuthenticationAuditLevel="SuccessOrFailure" />
    5660          <serviceThrottling maxConcurrentCalls="100" />
     61          <dataContractSerializer maxItemsInObjectGraph="2147483647" />
    5762        </behavior>
    5863      </serviceBehaviors>
Note: See TracChangeset for help on using the changeset viewer.