Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/07/10 10:22:27 (14 years ago)
Author:
cneumuel
Message:
  • created HiveClient which shows an overview over all submitted HiveExperiments
  • its possible to download all submitted HiveExperiments including results
  • Experiments are now sent as a whole to the Hive and the Hive-Slaves take care of creating child-jobs (if necessary). The parent job is then paused and will be reactivated when all child-jobs are finished
  • WcfService-Clients are now consistently managed by WcfServicePool which allows to use IDisposable-Pattern and always keeps exactly one proxy-object until all callers disposed them.
  • created ProgressView which is able to lock a View and display progress of an action. It also allows to simulate progress if no progress-information is available so that users don't get too nervous while waiting.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/HeuristicLab.Hive.Contracts-3.3.csproj

    r4302 r4368  
    119119    <Compile Include="BusinessObjects\CachedHivePluginInfoDto.cs" />
    120120    <Compile Include="BusinessObjects\CalendarState.cs" />
     121    <Compile Include="BusinessObjects\SerializedJobList.cs" />
    121122    <Compile Include="BusinessObjects\SlaveGroupDto.cs" />
    122123    <Compile Include="BusinessObjects\HivePluginFile.cs" />
     
    130131    <Compile Include="BusinessObjects\JobDto.cs" />
    131132    <Compile Include="BusinessObjects\JobResult.cs" />
    132     <Compile Include="BusinessObjects\SerializedJobResult.cs" />
    133133    <Compile Include="BusinessObjects\SlaveState.cs" />
    134134    <Compile Include="BusinessObjects\UpTimeStatisticsDto.cs" />
     
    136136    <Compile Include="BusinessObjects\SlaveConfigDto.cs" />
    137137    <Compile Include="BusinessObjects\SlaveGroupDtoList.cs" />
     138    <Compile Include="Disposable.cs" />
     139    <Compile Include="MessageContainerWithCallback.cs" />
     140    <Compile Include="MessageContainerWithJob.cs" />
    138141    <Compile Include="RecurrentEvent.cs" />
    139142    <Compile Include="ResponseObjects\ResponseCalendar.cs" />
     
    157160    <Compile Include="HiveRoles.cs" />
    158161    <Compile Include="StreamedObject.cs" />
     162    <Compile Include="WcfServicePool.cs" />
     163    <Compile Include="WcfServicePoolException.cs" />
    159164    <Compile Include="WcfSettings.cs" />
    160165  </ItemGroup>
     
    167172      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
    168173      <Name>HeuristicLab.DataAccess-3.3</Name>
     174    </ProjectReference>
     175    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
     176      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
     177      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
    169178    </ProjectReference>
    170179  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.