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.Calendar/3.3/HeuristicLab.Calendar-3.3.csproj

    r4296 r4368  
    5353    <WarningLevel>4</WarningLevel>
    5454    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     55    <PlatformTarget>AnyCPU</PlatformTarget>
    5556  </PropertyGroup>
    5657  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    7071    <PlatformTarget>x86</PlatformTarget>
    7172    <OutputPath>bin\x86\Release\</OutputPath>
     73  </PropertyGroup>
     74  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     75    <PlatformTarget>x64</PlatformTarget>
     76    <OutputPath>bin\x64\Debug\</OutputPath>
     77  </PropertyGroup>
     78  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     79    <PlatformTarget>x64</PlatformTarget>
     80    <OutputPath>bin\x64\Release\</OutputPath>
    7281  </PropertyGroup>
    7382  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.